Skip to content

Commit 81c1fc9

Browse files
committed
packaging: include tox.ini in sdist
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
1 parent 7268a61 commit 81c1fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ include README.rst
55
include THANKS
66
include requirements_dev.txt
77
include requirements_test.txt
8+
include tox.ini
89
recursive-include tests *
910
recursive-include examples *
1011
recursive-include docs *

0 commit comments

Comments
 (0)