Skip to content

Commit

Permalink
Specify packages in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
briandefiant committed Aug 11, 2023
1 parent 3dfb6f0 commit 9e5aad9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ dependencies = [
"packaging~=23.1",
"requests~=2.3"
]
dynamic = [
"version"
]
dynamic = [ "version" ]

[tool.setuptools]
packages = [ "wordfence" ]

[tool.setuptools.dynamic]
version = { attr = "wordfence.version.__version__" }
Expand Down

0 comments on commit 9e5aad9

Please sign in to comment.