Skip to content

Commit

Permalink
fix comment location
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Nov 4, 2023
1 parent d66e7ca commit 71af3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ Documentation = "https://trio.readthedocs.io/"
Changelog = "https://trio.readthedocs.io/en/latest/history.html"

[tool.setuptools]
# This means, just install *everything* you see under trio/, even if it
# doesn't look like a source file, so long as it appears in MANIFEST.in:
include-package-data = true

[tool.setuptools.packages]
find = {namespaces = false}
# This means, just install *everything* you see under trio/, even if it
# doesn't look like a source file, so long as it appears in MANIFEST.in:

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

0 comments on commit 71af3e2

Please sign in to comment.