From 1689cf8c93201410b90593fef7d669b3ff13cf37 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Mon, 19 Oct 2020 10:12:05 +0200 Subject: [PATCH] Adapt setup.py for pypi --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7ce41fa0..1d763e24 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, -- GitLab