include bin/ subdirectory in sdist tarballs

without that the testsuite is failing on the missing files
This commit is contained in:
Dirk Müller 2022-08-18 10:57:07 +02:00
parent e249dc47df
commit e05ea6b579

View file

@ -2,6 +2,7 @@ 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