summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove py26 support"Jenkins2015-12-031-1/+0
|\
| * 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: I2218cf3464a9c1667f8eb812a519b2bc3ffe4d0d Closes-Bug: 1519510
* | Fix Python 3 version announced in metadataJulien Danjou2015-12-021-1/+1
|/ | | | Change-Id: I71acba65fc610e258924b6aa5dd11c52d5987e13
* Python 3 compatibilityCyril Roelandt2014-02-201-0/+2
| | | | | | | | * add Python 3 classifiers * require at least keystoneclient 0.6.0, since it is the first version that works with Python 3. Change-Id: I631c94d6efa0f7d58ade4a8e044c87558ee58c15
* Change OpenStack Metering to OpenStack TelemetryAndreas Jaeger2013-12-021-1/+1
| | | | | | | With the project change, let's change the tool as well to use the new name. Change-Id: I90bcf55b54dc765abc377ced005cd7f2aab79c0e
* Support building wheels (PEP-427)Sascha Peilicke2013-11-191-0/+3
| | | | | | | With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I93cee533132d59955b558da34c86ba5d310b2869
* Rename README.md to README.rstDirk Mueller2013-07-141-1/+1
| | | | | | | It actually is a reStructuredText file and README.rst seems to be more common accross all OpenStack projects. Change-Id: I2f5ef97315ec906fc7f0089536b038b977f8f68c
* Migrate to pbr.Monty Taylor2013-05-231-0/+31
| | | | | | Fixes bug 1179007. Change-Id: Ie921a710d9460196ed8023ad63f05dec998b60f0
* Use testr to run testsAngus Salkeld2013-05-101-8/+0
| | | | | | This is taken largely from python-novaclient and Heat Change-Id: I8f2eb9185ac073e9ee97bb9c757a4c3c2f8d6d6b
* Initial CommitAngus Salkeld2012-11-091-0/+15
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>