mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
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
3 lines
90 B
Text
3 lines
90 B
Text
include *.py *.txt *.rst MANIFEST.in
|
|
recursive-include docs *.rst *.py make.bat Makefile
|
|
|