Correct project url in setup.py

Change-Id: If4a7694d23ba25f2f0fddd676e6d0e567e8fda52
This commit is contained in:
Adam Gandelman 2015-05-08 14:33:31 -07:00
parent 4198fd4374
commit 538f3c678c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setup(
version='0.1.4',
description='OpenStack L3 User-Facing REST API for Neutron',
author='Akanda',
url='http://github.com/stackforge/akanda',
url='http://github.com/stackforge/akanda-neutron',
license='BSD',
install_requires=[],
namespace_packages=['akanda'],