setup.py: quantum -> neutron

Change-Id: I8a9e9b5fc6cc60b2bc15d28793dbd588d09f6105
This commit is contained in:
Adam Gandelman 2015-05-08 14:25:00 -07:00
parent a417a9f415
commit 4198fd4374
1 changed files with 4 additions and 5 deletions

View File

@ -19,12 +19,11 @@ from setuptools import setup, find_packages
setup(
name='akanda-quantum',
name='akanda-neutron',
version='0.1.4',
description='OpenStack L3 User-Facing REST API for Quantum',
author='DreamHost',
author_email='dev-community@dreamhost.com',
url='http://github.com/dreamhost/akanda',
description='OpenStack L3 User-Facing REST API for Neutron',
author='Akanda',
url='http://github.com/stackforge/akanda',
license='BSD',
install_requires=[],
namespace_packages=['akanda'],