Fix description and url in setup.py

This commit is contained in:
Benjamin Dauvergne 2014-11-21 18:32:15 +01:00
parent 6c4c2f5175
commit 6c4b221ad2
1 changed files with 2 additions and 1 deletions

View File

@ -99,9 +99,10 @@ README = file(os.path.join(
setup(name='authentic2-auth-msp',
version=get_version(),
license='AGPLv3',
description='Authentic2 Auth Kerberos',
description='Authentic2 mon.service-public.fr plugin',
long_description=README,
author="Entr'ouvert",
url='https://repos.entrouvert.org/authentic2-auth-msp.git',
author_email="info@entrouvert.com",
packages=find_packages('src'),
package_dir={