Skip to content

Commit

Permalink
explicitly specify packages in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 5, 2023
1 parent c507c12 commit d5ac70c
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 @@ -41,5 +41,8 @@ dynamic = ["version"]
Homepage = "https://github.com/Knio/dominate"
Source = "https://github.com/Knio/dominate"

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

[tool.setuptools.dynamic]
version = {attr = "dominate._version.__version__"}

0 comments on commit d5ac70c

Please sign in to comment.