Commit graph

8 commits

Author SHA1 Message Date
Nick Coghlan
e42cd73fe9 Issue #33: convert to package and include typeshed type hints 2021-06-26 20:43:11 +10:00
Nick Coghlan
032662d6e9 Fix test incompatibility with PyPy3 2021-06-26 18:30:55 +10:00
Nick Coghlan
4b39470cbb Sync test suite, add notes on sync process 2021-06-26 17:49:42 +10:00
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