From ff3cd817e771ae03971c8419b0235d74749b330b Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 14 Oct 2013 01:15:34 +0100 Subject: [PATCH] Update url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27ca471..bef7451 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name="standings", description="EVE API Standings Page Generator", author="Andrew Williams", author_email="andy@tensixtyone.com", - url="https://dev.pleaseignore.com/", + url="https://github.com/nikdoof/evestandings/", keywords="eveapi", packages=['standings'], package_data={'standings': ['templates/*']},