summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:11:46 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-15 00:11:46 +0200
commit8a52f092379ae2f8c45de385cb13ab6a9f2d9017 (patch)
tree025dc341678eb3b7fb5fb4fadf77b5dd24c7a123 /setup.py
parent746af75bc6647ac825dfca56fc6da8bdbecd86b8 (diff)
downloadsemantic-version-8a52f092379ae2f8c45de385cb13ab6a9f2d9017.tar.gz
Move github URL.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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'],