diff --git a/setup.py b/setup.py index 3258d356e..23e2b5e33 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,9 @@ version=__version__, author='Divio AG', author_email='info@divio.ch', - url='https://github.com/divio/djangocms-text-ckeditor', + maintainer='Django CMS Association and contributors', + maintainer_email='info@django-cms.org', + url='https://github.com/django-cms/djangocms-text-ckeditor', license='BSD-3-Clause', description='Text Plugin for django CMS with CKEditor support', long_description=open('README.rst').read(),