Skip to content

Commit

Permalink
adapt infos
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Aug 6, 2020
1 parent fc3bd05 commit 2df5e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit 2df5e80

Please sign in to comment.