summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup py27 supportAndreas Jaeger2020-04-041-9/+0
| | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove old sections from setup.cfg: Wheel is not needed for python 3 only repo Change-Id: I92d21453d610ba7f90ae9b150e6a245ce0e709e6
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: Ib145e6b0f15cf5bcacc1c3bb858e5c64c3839ee2
* Updated from global requirementsOpenStack Proposal Bot2015-09-181-1/+1
| | | | Change-Id: Ibbdd38541a7ef45367c7458cb9b588d179a4f180
* Updated from global requirementsOpenStack Proposal Bot2015-07-241-1/+1
| | | | Change-Id: If8c4873d1ef925f6454358843cbeb3b2d0077bc5
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: I9424cd6d3cca68bac4a618f1da2ffffeaeea2e13
* Updated from global requirementsOpenStack Proposal Bot2014-05-301-0/+8
| | | | Change-Id: I65149149fd5b80e93961206f1c9e2037db764b84
* Updated from global requirementsOpenStack Jenkins2013-10-101-1/+1
| | | | | | Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9 Change-Id: Ica7315effe308bd739e90f885849fac27a3c542b
* Updated from global requirementsMonty Taylor2013-08-081-1/+1
| | | | Change-Id: I2e2bd3a38458e1307bcc0410da74dc76c0a5987a
* Sync with global requirementsMonty Taylor2013-08-061-2/+3
| | | | Change-Id: Iccc824fef7dc7ae5675d6528a1ea33566e5f7eef
* Migrate to pbr.Monty Taylor2013-05-201-46/+7
| | | | | | Fixes bug 1179007. Change-Id: I66b78ec4b5ba70a1bf1e375a5d1b7575a1879730
* Update setup.py prior to next upload to pypi.John Griffith2013-05-011-3/+3
| | | | | | | Minor updates to the setup.py file including: author and email. Change-Id: I0194a5fdaa1ea441115e6e869182e4dcb5b531e0
* Re-add setuptools-git to setup.py.Dan Prince2013-02-071-0/+1
| | | | | | | | | | | | | In 81cbbcc4e01c81084c352f7fc1ecea149089a2b9 we removed: setup_requires=['setuptools-git>=0.4'], from setup.py. This broke tarball generation in that some files are now missing. Fixes LP Bug #1118511. Change-Id: I27a09e0d49befa3751031582d1b152677822041f
* Update to latest oslo version code.Monty Taylor2013-02-041-3/+3
| | | | | | | Removes the need for the versioninfo file, as now everything can be done via pkg_resources. Change-Id: Ice2ea2f99f5aacbd476075d12077b7287d824585
* Move from nose to testr.Monty Taylor2013-01-171-1/+0
| | | | | | | | | | | Granted - this takes the test suite from 3 seconds to 1 second... but there are a bunch of other ways (correctness) that testr is better than nose. Removed tests/v1/utils - it was not being used anywhere. Part of blueprint grizzly-testtools. Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
* Align cinderclient version code.Monty Taylor2012-11-301-1/+3
| | | | Change-Id: I81d6a279a52656720626357a1c4ca8bb382ef1f8
* 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: I904372caf0a8eaa44dd048729b4d87e5333f04cc Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add availability_zone support for volume creation.Zhiteng Huang2012-08-101-1/+1
| | | | | | | | | Add '--availability_zone' flag to 'create' sub command in order to allow user to speicify target availability zone for volume. Also fix library description in setup.py Change-Id: Ice3c9a550dcc486208208074730da13c64a6719b
* Add post-tag versioning.Monty Taylor2012-06-251-1/+1
| | | | Change-Id: I527accfa7352ececaabad1213cf2c0b2ef115930
* Align setup.py and tox with standards.Monty Taylor2012-05-211-6/+7
| | | | Change-Id: Ic63c6fd4d770303ae5f295c58e43213e88e34b57
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+56