Commit graph

11 commits

Author SHA1 Message Date
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