add licence and home-page in setup.py (#15946)

This commit is contained in:
Paul Marillonnet 2017-04-21 11:26:27 +02:00 committed by Frédéric Péters
parent 054e0a8922
commit 6633683dca
1 changed files with 2 additions and 0 deletions

View File

@ -197,8 +197,10 @@ class install_lib(_install_lib):
setup(
name='gadjo',
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',
packages=find_packages(),