MANIFEST.in should include itself so source distributions could be built from source distributions

We're using stdb (https://pypi.python.org/pypi/stdeb/0.8.5) to build debian packages from the source distribution of contextlib2, and it fails becasue MANIFEST.in is not in the tgz
This
This commit is contained in:
Guy Rozendorn 2016-04-13 16:18:00 +03:00
parent e48fbea5a5
commit b93a40d958

View file

@ -1,3 +1,3 @@
include *.py *.txt *.rst
include *.py *.txt *.rst MANIFEST.in
recursive-include docs *.rst *.py make.bat Makefile