diff --git a/setup.py b/setup.py index c882598..fcc47e9 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,9 @@ def read_requirements(path): setup( name='kineintercom', version=read("src", "VERSION"), - author='vincent.benoit', + author='Vincent BENOIT', author_email='vincent.benoit@benserv.fr', + url='https://git.nas.benserv.fr/vincent/KineIntercom', description='Processus d\'envoi de code DTMF via le module GSM', long_description=read("README.md"), long_description_content_type="text/markdown",