Skip to content

Commit

Permalink
packaging: include tox.ini in sdist
Browse files Browse the repository at this point in the history
tox testing works without full git repo, so no obvious harm in
aiding people running it from source distribution

based on setuptools itself doing it, and suggesting so in an example in
docs:
https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html#controlling-files-in-the-distribution
pypa/setuptools@551eb7f

beware of .gitattributes / MANIFEST.in precedence when using setuptools-scm
  • Loading branch information
pajod committed Aug 12, 2024
1 parent 7268a61 commit 81c1fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include README.rst
include THANKS
include requirements_dev.txt
include requirements_test.txt
include tox.ini
recursive-include tests *
recursive-include examples *
recursive-include docs *
Expand Down

0 comments on commit 81c1fc9

Please sign in to comment.