From 85ab842ef5e9823f8a07b10a0cb99dda0114c592 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 8 Feb 2021 14:32:34 +0100 Subject: [PATCH] Update maintainer and URL --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4aa80f2..c0fa868 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'], -- GitLab