contextlib2/MANIFEST.in
Guy Rozendorn b93a40d958 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
2016-04-13 16:18:00 +03:00

3 lines
90 B
Text

include *.py *.txt *.rst MANIFEST.in
recursive-include docs *.rst *.py make.bat Makefile