Commit graph

16 commits

Author SHA1 Message Date
Nick Coghlan
7e2a0a900a Fix references to me 2024-05-22 21:13:35 +10:00
Nick Coghlan
e42cd73fe9 Issue #33: convert to package and include typeshed type hints 2021-06-26 20:43:11 +10:00
Nick Coghlan
a1ea615bb3 Issue #29: Switch to CalVer, require Python >= 3.6 2021-06-26 15:39:33 +10:00
likeon
17cb926d56 Removed CPython 2.6 from a list of currently tested versions in README
Added "Python-Requires" metadata to setup.py to prevent package installation on python versions below 2.7
2019-04-08 14:06:10 +02:00
Aleksandr Sterkhov
977da10ab0 Dropped support for Python 2.6 as it reached EOL in 2013 and not supported by both tox and setuptools anymore
Enabled back Travis CI testing in pypy3 env, using stable python 3.7
Updated setup.py according to all the changes
Fixed several formatting issues to better comply with PEP8
2019-03-26 23:39:03 +01:00
Allan Haywood
44966d33d3 Fixing issue13: setup.py does not fallback to using distutils.core import setup
Added falling back to distutils.core
    Tested install on a machine with and without setuptools
2017-04-24 12:53:34 -07:00
Nick Coghlan
6ff3657fdf Issue #6: Publish universal wheels 2016-05-02 16:54:31 +10:00
Nick Coghlan
20cdf6eda5 Revert README to ReST formatting for PyPI 2016-01-13 22:43:32 +10:00
Nick Coghlan
fc66300a90 Sync setup and README with default 2016-01-12 21:08:23 +10:00
Nick Coghlan
141ca2353f Update comment - I do know how to express it, I just don't want the external dependency 2012-05-01 21:09:21 +10:00
Nick Coghlan
7d3f886c77 Fallback to unittest2 when necessary 2012-05-01 20:42:19 +10:00
Nick Coghlan
1da5ee6412 Move version number into a shared file read by both setup.py and docs/conf.py 2011-12-16 23:37:53 +10:00
Nick Coghlan
c1d261921b If one is going to mark scripts executable, one had best add a shebang line... 2011-12-15 21:13:03 +10:00
Nick Coghlan
9c4193acd0 Allow direct execution of setup.py as well 2011-12-15 21:11:05 +10:00
Nick Coghlan
4e624974a6 Rename CleanupManager to ContextStack and fix usage of the test module as __main__ 2011-12-15 21:07:03 +10:00
Nick Coghlan
0077233514 Initial project commit 2011-12-13 22:41:17 +10:00