This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
contextlib2
Watch
1
Star
0
Fork
You've already forked contextlib2
0
mirror of
https://github.com/jazzband/contextlib2.git
synced
2026-04-30 03:04:45 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
af360370a8
contextlib2
/
MANIFEST.in
4 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
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 13:18:00 +00:00
include *.py *.txt *.rst MANIFEST.in
Add support for tox (http://tox.testrun.org/) ``` $ tox ... py26: commands succeeded py27: commands succeeded pypy: commands succeeded py32: commands succeeded py33: commands succeeded py34: commands succeeded py35: commands succeeded pypy3: commands succeeded congratulations :) ```
2015-09-14 15:34:55 +00:00
recursive-include docs *.rst *.py make.bat Makefile
Reference in a new issue
Copy permalink