summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* 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>