summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-02-15 01:11:06 -0500
committerRob Dennis <rdennis@gmail.com>2014-02-15 01:11:06 -0500
commit3f986fc30089d0a9054a96259a3977e400c7f015 (patch)
tree4ec1f6b097931bbf128deea6625f351afcc19a22 /setup.py
parent5bcd6caaea010a4ffbd3c4e63d2061b8a3559512 (diff)
downloadconfigobj-git-3f986fc30089d0a9054a96259a3977e400c7f015.tar.gz
fixes #15 - incorrect homepage URL in setup.py will make it to pypi.python.org and mess it up there
bumping version number to 5.0.1 (though this should be considered a development version)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d9d8445..5e74c30 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ MODULES = 'configobj', 'validate'
DESCRIPTION = 'Config file reading, writing and validation.'
-URL = 'http://https://github.com/DiffSK/configobj'
+URL = 'https://github.com/DiffSK/configobj'
LONG_DESCRIPTION = """**ConfigObj** is a simple but powerful config file reader and writer: an *ini
file round tripper*. Its main feature is that it is very easy to use, with a