From 2df5e80ab1d4682d891e7b1372e05d1b7414fcd3 Mon Sep 17 00:00:00 2001 From: Angelo Dini Date: Thu, 6 Aug 2020 16:25:09 +0200 Subject: [PATCH] adapt infos --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index be07715b03a..924ffc3a93e 100644 --- a/setup.py +++ b/setup.py @@ -43,11 +43,11 @@ setup( name='django-cms', version=__version__, - author='Divio AG and contributors', - author_email='info@divio.ch', + author='Django CMS Association and contributors', + author_email='info@django-cms.org', url='https://www.django-cms.org/', - license='BSD License', - description='An Advanced Django CMS', + license='BSD-3-Clause', + description='Lean enterprise content management powered by Django.', long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(), packages=find_packages(exclude=['project', 'project.*']), include_package_data=True,