-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
45 lines (43 loc) · 965 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
39
40
41
42
43
44
45
[metadata]
name = tsbrowse
author = Tskit Developers
author_email = admin@tskit.dev
license = MIT
description = Visual QC of ARGs
project_urls =
Bug Tracker = https://github.com/tskit-dev/tsbrowse/issues
Source Code = https://github.com/tskit-dev/tsbrowse
classifiers:
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
long_description = file: README.md
long_description_content_type = text/markdown
url = https://tskit.dev/tsbrowse/
platforms =
POSIX
Windows
MacOS X
keywords =
tree sequence
ancestral recombination graph
tskit
quality control
[options]
packages = tsbrowse, tsbrowse.pages
python_requires = >=3.8
install_requires =
click
daiquiri
panel
hvplot
datashader
tskit
tszip
setup_requires =
setuptools_scm
[tool:pytest]
testpaths =
tests