From 871b11555e415dce0b68fe26bda398df83f0dac7 Mon Sep 17 00:00:00 2001 From: Simon Krull Date: Sun, 13 Feb 2022 15:26:13 +0100 Subject: [PATCH] FEATURE: adjust setup metadata (#23) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a319489..be3b8b9 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,9 @@ version=__version__, author='Divio AG', author_email='info@divio.ch', - url='http://github.com/divio/djangocms-transfer', + maintainer='Django CMS Association and contributors', + maintainer_email='info@django-cms.org', + url='https://github.com/django-cms/djangocms-transfer', license='BSD-3-Clause', description='Adds import and export of plugin data.', long_description=open('README.rst').read(),