From 9059a835639f3987569479d2e651e2639e02a730 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 10 Jun 2015 11:30:46 +0200 Subject: [PATCH] Fixed Git repository link --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c08a922..5d5f045 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ description = 'ZeroC Ice certificate utilities', author = 'ZeroC, Inc.', author_email = 'info@zeroc.com', - url = 'https://github.com/zeroc-ice/ice-certutils', - download_url = 'https://github.com/zeroc-ice/ice-certutils/archive/v1.0.0.tar.gz', + url = 'https://github.com/zeroc-ice/icecertutils', + download_url = 'https://github.com/zeroc-ice/icecertutils/archive/v1.0.0.tar.gz', keywords = ['ice', 'certificate', 'ca', 'ssl'], install_requires = (["pyopenssl>=0.14"] if sys.platform == "win32" else []), license='BSD',