MANIFEST: Include *.ini in tarball

test_config_file_finder needs tox.ini present to pass.
This commit is contained in:
Ville Skyttä 2016-09-18 20:38:06 +03:00
parent 990e237e1b
commit 17b88586d3

View file

@ -1,6 +1,7 @@
include *.rst
include CONTRIBUTORS.txt
include LICENSE
include *.ini
global-exclude *.pyc
recursive-include docs *.rst *.py
recursive-include tests *.py *.ini *.rst *_diff