summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Sync with global requirementsMonty Taylor2013-09-131-2/+3
| | | | | | | Specifically, removing d2to1 is the important part. While we're at it though, use hacking to get the pyflakes/pep8 pins. Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
* Switch to pbr for setup.Monty Taylor2013-05-011-42/+4
| | | | Change-Id: Ifc2efa2bd7c2f030b51494ccb471f0c3e097c5ce
* Switch to flake8.Monty Taylor2013-05-011-1/+0
| | | | Change-Id: Ib9ba1e7eed09c5a90c558a8365d0a87c3f4b5ee5
* Merge "Use testr instead of nose."Jenkins2013-01-301-1/+0
|\
| * Use testr instead of nose.Monty Taylor2013-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nose is invasive and can sometimes alter the outcome of a test run. testr, on the other hand, keeps a distinction between running tests and displaying results of the test runs. Additionally, it supports the stock python unittest protocol. Even better, testr supports parallel test running, which makes things faster, and a command "testr run --failing" which will just re-run the latest failing tests (often something one wants to do in iterative dev) Part of blueprint grizzly-testtools Change-Id: I0b3f1bcb5d4ff59c65eb3219b30a9e64f54d70bd
* | Update to latest oslo version/setup.Monty Taylor2013-01-141-1/+1
|/ | | | Change-Id: I7bd38b950ef9fea8b6eaa1df599085a1c64d8b61
* Add OpenStack trove classifier for PyPIDoug Hellmann2012-10-221-0/+1
| | | | | | | | Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: I7b2a9b0e163b79593662bfa799f076f538e3d7ca Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add post-tag versioning.Monty Taylor2012-06-261-5/+1
| | | | Change-Id: Id921105dd2fa818cac7c66dc620b266fd5639d72
* Add doc and version in swiftclient.__init__.pyChmouel Boudjnah2012-06-071-1/+2
| | | | | | | - Add parseable version in swiftclient.__init.py - Generate rst doc like done for swift. Change-Id: I408fbc36693772d2ef6f4823757dd1f4c830193f
* Version bump after pypi release.Monty Taylor2012-05-221-1/+1
| | | | Change-Id: Ic8a6d5de110165dbf2be106e35326288a3ecc928
* Add openstack project infrastructure.Monty Taylor2012-05-161-6/+25
|
* Defined version to 1.0Chmouel Boudjnah2012-05-081-1/+1
|
* First commit.Chmouel Boudjnah2012-05-081-0/+44