forked from whatshap/whatshap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (35 loc) · 968 Bytes
/
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
35
36
37
38
[metadata]
name = whatshap
author = WhatsHap authors
author_email = [email protected]
url = https://github.com/whatshap/whatshap
description = phase genomic variants using DNA sequencing reads
license = MIT
long_description = file: doc/README.rst
long_description_content_type = text/x-rst
project_urls =
Changelog = https://whatshap.readthedocs.io/en/latest/changes.html
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Cython
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
python_requires = >=3.7
packages = find:
[options.entry_points]
console_scripts =
whatshap = whatshap.__main__:main
[options.extras_require]
dev =
Cython
pytest
sphinx>=4.4
sphinx-issues
pysam-stubs
docs =
sphinx-issues
sphinx_better_subsection