summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update the home-page with developer documentationvenkatamahesh2016-08-181-1/+1
| | | | Change-Id: I22e1e72077d1fe277678f85592dcf1bfb798edfe
* Add Python3.5 classifier and venvzheng yin2016-07-121-0/+2
| | | | | | | Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I29cab82225675fbb4e2f1701067b26e4a632b851
* Drop py33 supportshu-mutou2015-12-151-1/+1
| | | | | | | | | | | | | | | "Python 3.3 support is being dropped since OpenStack Liberty." written in following URL. https://wiki.openstack.org/wiki/Python3 And already the infra team and the oslo team are dropping py33 support from their projects. Since we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py33 support too. Change-Id: Iea4db590139e1a611a5dca72ef3adca187eb541e Closes-Bug: #1526170
* Remove py26 supportshu-mutou2015-12-021-1/+0
| | | | | | | | | | as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: Icf1b13b044de03705688df929ed74429879c6dd8 Closes-Bug: 1519510
* Mark cinderclient as being a universal wheelAlex Gaynor2014-05-171-0/+3
| | | | Change-Id: Ifcf9abc5d9e0cdb46596f5a05103c46235eb379a
* Include the Python 3/3.3 trove classifiersAlex Gaynor2014-03-231-1/+3
| | | | | | These are often used by automated tools to check for Python 3 support. Change-Id: I29fae2c0b80d28a865cc0972272e470da720ca11
* Migrate to pbr.Monty Taylor2013-05-201-0/+33
| | | | | | Fixes bug 1179007. Change-Id: I66b78ec4b5ba70a1bf1e375a5d1b7575a1879730
* Move from nose to testr.Monty Taylor2013-01-171-8/+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
* Move docs to doc.Clark Boylan2012-06-151-3/+3
| | | | | | | | | To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9
* Align setup.py and tox with standards.Monty Taylor2012-05-211-0/+2
| | | | Change-Id: Ic63c6fd4d770303ae5f295c58e43213e88e34b57
* Initial split from python-novaclient.0.0Jenkins2012-05-211-0/+13