From 1724ae8626c0d283e21e5757e205154162d4fc20 Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Sun, 6 Oct 2013 11:58:16 +0100 Subject: [PATCH] Update setuptool URL to the current primary repository Change-Id: I1b272ad519f6d045b3c3a51a9e290ef5b8519f39 Signed-off-by: Dan Kenigsberg --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44d290cff..6eacd5c31 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( description=("A utility to install openstack"), license="ASL 2.0", keywords="openstack", - url="https://github.com/fedora-openstack/packstack", + url="https://github.com/stackforge/packstack", packages=find_packages('.'), include_package_data=True, long_description=read('README'),