flake8/MANIFEST.in
Dirk Müller e05ea6b579 include bin/ subdirectory in sdist tarballs
without that the testsuite is failing on the missing files
2022-08-18 10:57:07 +02:00

10 lines
227 B
Text

include *.rst
include CONTRIBUTORS.txt
include LICENSE
include *.ini
graft bin
global-exclude *.pyc
recursive-include docs *.rst *.py
recursive-include tests *.py *.ini *.rst *_diff
recursive-include src *.py
prune docs/build/