diff --git a/setup.py b/setup.py index 4aa80f20e6d4889ff7602c21c1d0053388ea5da4..c0fa8686bdc224f1231d3f7bd4fcfe5b150e2c60 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,9 @@ setup( keywords = ['django', 'forms', 'widget', 'rating'], description = 'A no-frills Django form widget for rating stars', long_description = open(os.path.join(MYDIR, "README.rst"), "r", encoding="utf-8").read(), - url = 'https://edugit.org/nik/django-starfield', + url = 'https://edugit.org/AlekSIS/libs/django-starfield', author='Dominik George', - author_email='nik@naturalnet.de', + author_email='dominik.george@teckids.org', packages=['django_starfield'], include_package_data=True, install_requires=['Django>=1.11'],