mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
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:
parent
e48fbea5a5
commit
b93a40d958
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
include *.py *.txt *.rst
|
||||
include *.py *.txt *.rst MANIFEST.in
|
||||
recursive-include docs *.rst *.py make.bat Makefile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue