setup.py: remove long description (#32187)

This commit is contained in:
Benjamin Dauvergne 2019-04-11 09:33:06 +02:00
parent 6655f54885
commit 354a63126c
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ setup(
version=get_version(),
license='AGPLv3 or later',
description='Django base template tailored for management interfaces',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.txt')).read(),
url='https://dev.entrouvert.org/projects/gadjo/',
author='Frederic Peters',
author_email='fpeters@entrouvert.com',