summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove svn version tag setting0.9.4Monty Taylor2015-01-121-3/+0
| | | | | | | This is confusing our poor friend setuptools into appending a post0 on to release versions. Change-Id: I59a763f00f47d9a2fb0d26428a41fee82deff49d
* Remove the tag_build line from setup.cfgDavid Ripton2013-11-141-1/+0
| | | | | | | It was causing the release tarball to have an extra ".dev." in its filename, which then broke the script that uploads the release to PyPI. Change-Id: I995fb3e0393468568601e8614c0532b93fbe8ceb
* Stop using the d2to1-based pbrMonty Taylor2013-10-071-4/+0
| | | | | | | | | | | | | | | | | | pbr updated itself to remove the d2to1 dependency. One of the main reasons for this is a direct upstream dependency on distribute, which causes the distribute/setuptools merge bug to get triggered, which breaks people's system if they install with pip < 1.4. Remove d2to1 references, and also bump the required version requested of pbr to a version late enough to no longer depend on d2to1. Remove the version specifier from setup.py, because setup_requires has no way to trigger a version requirement upgrade. The flat version should be sufficient for the setup.py interface in perpetuity. Remove the setup-hook from setup.cfg, as it is no longer needed. Change-Id: I40d3507c77802d13fd894aa16714b2ed6aa7d59f
* added bugfixes for 0.8Josip Delic2013-07-111-1/+1
|
* Updated to OpenStack Build stuff.Monty Taylor2013-07-111-13/+35
|
* for when logging is just annoying ;-)chrisw2010-09-091-0/+1
|
* remove default of dropping on pdb on test error or failurechrisw2010-09-071-3/+5
|
* make tests use a virtualenv for 'migrate' shell commandBob Farrell2010-06-091-2/+2
|
* add disable_logging optioniElectric2009-07-101-2/+2
|
* add tests for plain API, fixed some small bugsiElectric2009-07-081-2/+2
|
* separating test_shell and test_api, replacing shell hacks with ScriptTestiElectric2009-07-041-2/+2
|
* convert svn to hgiElectric2009-06-301-0/+15