Skip to content

Commit

Permalink
include assets in python package
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Mar 10, 2024
1 parent f16b16e commit 0e571eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[build-system]
requires = ["setuptools>=45"]
requires = ["setuptools>=60", "setuptools-scm>=8.0"]
build-backend = "setuptools.build_meta"

[project]
name = "pyinfra-acmetool"
version = "0.1"

[tool.setuptools.package-data]
myModule = ["*"]

0 comments on commit 0e571eb

Please sign in to comment.