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/*']},