summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL Python 3.5Hugo van Kemenade2022-02-071-1/+1
* Drop support for EOL Python 2.7Hugo2020-01-181-1/+1
* Tell pip not to install for Python 3.4Hugo2019-11-251-1/+1
* Drop support for EOL Python 3.3Hugo2018-05-031-0/+1
* Switch to pbr as a build systemRobert Collins2015-05-051-79/+12
* Fix building universal wheels on Python 3.Robert Collins2015-03-111-10/+0
* Overhaul exception reporting.Robert Collins2015-03-101-1/+2
* Fix setup.py to work without six installed.Robert Collins2014-11-161-7/+12
* Use a PEP-440 dev version instead of snapshot-.Robert Collins2014-11-161-1/+1
* Express our required unittest2 version.Robert Collins2014-11-161-1/+1
* Depend on unittest2.Robert Collins2014-11-011-0/+1
* Fixed SyntaxError when installing via Python 3wbond2013-03-181-0/+10
* Provide a loosely typed buffer layer for simple processing of completed tests.Robert Collins2013-03-121-0/+3
* Refer to Github, not LaunchpadJonathan Lange2013-01-261-1/+1
* Remove logic to get version from bzr revnoJonathan Lange2013-01-261-26/+4
* Brown paper bag fix: failed to document the need for setup to be able to useRobert Collins2013-01-221-3/+9
* * Testtools now depends on extras, a small library split out from it to containRobert Collins2013-01-181-2/+6
* Add a Python 3 Trove entry.Robert Collins2012-12-171-1/+3
* Not zip_safeJonathan Lange2012-10-251-1/+2
* Include matchers.Jonathan Lange2012-10-191-0/+1
* Prep for 0.9.18 release.Jonathan Lange2012-10-191-1/+6
* Add the version to the snapshot stringJonathan Lange2011-11-251-1/+4
* Catch both NotBranchError /and/ NoworkingTree as different versions of bzr se...Jelmer Vernooij2011-02-281-1/+1
* Catch NoWorkingTree rather than NotBranchError.Jelmer Vernooij2011-02-281-1/+1
* Support building a snapshot from something that is not a bzr working tree.Jelmer Vernooij2011-02-281-2/+10
* Merge patch from Christian Kampka (kampka)Jonathan Lange2011-02-131-2/+2
* Use the overview document for the PyPI releaseJonathan Lange2010-12-231-1/+1
* OopsJonathan Lange2010-11-281-1/+2
* Publish the correct manual to PyPI on release.Jonathan Lange2010-11-281-1/+1
* Make a 'doc' directory and move things there.Jonathan Lange2010-11-271-1/+1
* Less confusing version number for snapshot (for buildout)Jonathan Lange2010-10-181-2/+2
* Get the version from PKG-INFO if it existsJonathan Lange2010-10-181-0/+19
* Refactor for comprehensibility by jml.Jonathan Lange2010-10-181-6/+16
* Set the license and the long description. Useful for publishing to PyPI.Jonathan Lange2010-09-111-0/+10
* Include more stuff in 'setup.py sdist' so that what is in bzr matches.Robert Collins2009-12-131-1/+1
* Make overwriting tarballs a little harder to do and expose a version number t...Robert Collins2009-12-111-1/+13
* Document NEWS and releasing, make setup.py executable.Robert Collins2009-11-291-1/+2
* 0.9.0. That was easy.Robert Collins2009-11-201-1/+1
* Project meta cleanups: setup.py executable, multiple committers in HACKING, N...Robert Collins2009-10-261-0/+0
* Start on 0.0.2: fix tests with python 2.6 (which defines __eq__)Robert Collins2009-10-251-1/+1
* Rename pyunit3k to testtools.Jonathan Lange2008-10-041-5/+5
* setup.py file.Jonathan Lange2008-06-011-0/+12