-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
34 lines (34 loc) · 1.43 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
url = http://dgenies.toulouse.inra.fr
project_urls =
Sources = https://github.com/genotoul-bioinfo/dgenies
Bug Tracker = https://github.com/genotoul-bioinfo/dgenies/issues
Changelog = https://github.com/genotoul-bioinfo/dgenies/blob/master/CHANGELOG.md
Wiki = https://github.com/genotoul-bioinfo/dgenies/wiki
author = Floreal Cabanettes
author_email = [email protected]
maintainer = Philippe Bordron
maintainer_email = [email protected]
description = Dotplot large Genomes in an Interactive, Efficient and Simple way
long_description = file: README.md
long_description_content_type = text/markdown
keywords = bioinformatics,genome,comparison,dotplot,inrae,genotoul
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Flask
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: JavaScript
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Bio-Informatics
python_requires = '>=3.5'