summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-09-18 08:00:08 -0500
committerMonty Taylor <mordred@inaugust.com>2013-09-20 16:02:48 -0700
commitc7e62d4c5706a021c5ab566baed5048a4ee5f885 (patch)
tree2bd210720efa960e7e587ec56b3db1ecbbe31668 /setup.cfg
parent45fcd6f7bae0aa7b72d9d0da919ff253df98319e (diff)
downloadpython-novaclient-c7e62d4c5706a021c5ab566baed5048a4ee5f885.tar.gz
Clean up a little cruft
OpenStack runs a git service now, so instead of linking to github URLs, link to git.openstack.org. Versions for pbr in setup.py actually wind up being an error (and a very odd one) Remove them. The setup hook in setup.cfg is no longer needed. Change-Id: I8f48ac194e6c01e9bb06fa5df6f2b2bf28c01636
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 0f5f94fb..6fc426cd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ description-file =
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = https://github.com/openstack/python-novaclient
+home-page = https://git.openstack.org/cgit/openstack/python-novaclient
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console