summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-01-24 19:11:35 -0800
committerMonty Taylor <mordred@inaugust.com>2012-01-24 19:15:28 -0800
commit52662fbb500a08dfdde63d8f1513bc882c3067a1 (patch)
tree3d310e5b977f718f3cc0497a038b4fdeffcf9b28 /setup.py
parente83eee7b11e886861a5f370ddb74bbb4342bf867 (diff)
downloadpython-neutronclient-52662fbb500a08dfdde63d8f1513bc882c3067a1.tar.gz
Additional small release needsessex-3
Change the pypi name to match the expected name. Update versions in pip-requires to match other projects. Add coverage support to tox. Change-Id: Id02b039dc8c89bfdae1acc5adea06757cd326bb8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4eb2698..b17b489 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ version_info = {
}
""" % (branch_nick, revid, revno))
-Name = 'quantum-client'
+Name = 'python-quantumclient'
Url = "https://launchpad.net/quantum"
Version = version.canonical_version_string()
License = 'Apache License 2.0'