
* Sync setup.cfg with requirements.txt * Include tests in PyPI tarballs And exclude them from setuptools * Set version number only once Switch to PEP517 standard (pyproject.toml) for builds
6 lines
121 B
Text
6 lines
121 B
Text
graft app/static
|
|
graft app/templates
|
|
graft app/misc
|
|
include requirements.txt
|
|
recursive-include test
|
|
global-exclude *.pyc
|