Skip to content

Commit

Permalink
Add comments about setuptools options
Browse files Browse the repository at this point in the history
These entries were created by ini2toml and it's not clear why
  • Loading branch information
maresb committed Dec 25, 2022
1 parent 45dd039 commit e708ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ platforms = [
"Mac OS-X",
"Unix",
]
# Not from setup.cfg
include-package-data = false

[tool.setuptools.packages.find]
exclude = [
"tests",
"tests.*",
]
# Not from setup.cfg:
namespaces = false

[tool.setuptools.package-data]
Expand Down

0 comments on commit e708ed4

Please sign in to comment.