From 3f986fc30089d0a9054a96259a3977e400c7f015 Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Sat, 15 Feb 2014 01:11:06 -0500 Subject: 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) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.1