Skip to content
Snippets Groups Projects
Commit 1689cf8c authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Adapt setup.py for pypi

parent 3a94ebbd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment