mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 02:49:12 +08:00
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
551eb7f444
beware of .gitattributes / MANIFEST.in precedence when using setuptools-scm
This commit is contained in:
parent
7268a61099
commit
81c1fc952a
@ -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 *
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user