diff --git a/setup.py b/setup.py index 7ce41fa008e6c63ce3098162ecf47c50f501c839..1d763e24925d3e8a60b61761dfc79bb218fed5cb 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ scripts = ['bin/PanACoTA'] classifiers = [ "Environment :: Console", "Intended Audience :: Science/Research", - "License :: AGPL v3", + "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Topic :: Scientific/Engineering :: Bio-Informatics", @@ -63,13 +63,13 @@ setup( description="Large scale comparative genomics tools: annotate genomes, do pangenome, " "core/persistent genome, align core/persistent families, infer phylogenetic tree.", long_description=long_description, + long_description_content_type="text/markdown", author='Amandine Perrin', author_email='amandine.perrin@pasteur.fr', license='AGPL v3', platforms='OS Independent', package_data={'': ['LICENSE']}, - download_url='??', - url='??', + url='https://github.com/gem-pasteur/PanACoTA', scripts=scripts, include_package_data=True, install_requires=requires,