summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark McClain <mark.mcclain@dreamhost.com>2013-07-02 18:44:42 -0400
committerMark McClain <mark.mcclain@dreamhost.com>2013-07-03 11:56:44 -0400
commit93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc (patch)
tree39acb2ba93a28e1f03a3e6d739845758cd58715b /setup.cfg
parent8ed38707b12ae6e77480ae8d8542712d63b7fc70 (diff)
downloadpython-neutronclient-2.2.4.tar.gz
Rename quantumclient to neutronclient2.2.4
Implements Blueprint: remove-use-of-quantum Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 3c67b09..d8224c9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-name = python-quantumclient
+name = python-neutronclient
summary = CLI and Client Library for OpenStack Networking
description-file =
README.rst
@@ -20,7 +20,7 @@ classifier =
[files]
packages =
- quantumclient
+ neutronclient
[global]
setup-hooks =
@@ -28,7 +28,7 @@ setup-hooks =
[entry_points]
console_scripts =
- quantum = quantumclient.shell:main
+ neutron = neutronclient.shell:main
[build_sphinx]
all_files = 1