Jannis Leidel
b12f399859
Updated links for Jazzband move.
2016-07-27 16:42:06 +02:00
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
Nick Coghlan
20cdf6eda5
Revert README to ReST formatting for PyPI
2016-01-13 22:43:32 +10:00
Nick Coghlan
502124ce60
Adjust packaging for renamed README
2016-01-12 16:42:24 +10:00
Marc Abramowitz
90cf9323d4
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 08:34:55 -07:00