Skip to content

Commit

Permalink
correctly specified dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed May 15, 2024
1 parent 684098e commit 4d004d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyinfra-acmetool"
version = "0.1"
dependencies = [
"pyinfra",
]

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

0 comments on commit 4d004d2

Please sign in to comment.