From 8a52f092379ae2f8c45de385cb13ab6a9f2d9017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 15 May 2012 00:11:46 +0200 Subject: Move github URL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2f37b5f..b2fc16d 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( description=("A library implementing the 'SemVer' scheme."), license="BSD", keywords=['semantic version', 'versioning', 'version'], - url="http://github.com/rbarrois/python-semantic_version", + url="http://github.com/rbarrois/python-semanticversion", download_url="http://pypi.python.org/pypi/semantic_version/", package_dir={'': 'src'}, packages=['semantic_version'], -- cgit v1.2.1