diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
