-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
65 lines (62 loc) · 1.65 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = tstrait
maintainer = Tskit Developers
maintainer_email = [email protected]
description = Quantitative trait simulation of tree sequence data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://tskit.dev/tstrait/
auuthor = Daiki Tagami et al.
download_url = https://pypi.python.org/pypi/tstrait
project_urls =
Bug Tracker = https://github.com/tskit-dev/tstrait/issues
Documentation = https://tskit.dev/tstrait/docs/
Source Code = https://github.com/tskit-dev/tstrait
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: MacOS
platforms =
POSIX
Windows
MacOS X
keywords =
gwas
population genetics
quantitative trait
simulation
statistical genetics
tree sequence
tskit
[options]
packages = tstrait
python_requires = >=3.8
install_requires =
numpy>=1.20.3
numba>=0.57.0
pandas>=1.0
tskit>=0.5.5
setup_requires =
setuptools_scm
[options.extras_require]
tests =
msprime
pytest
scipy
[tool:pytest]
testpaths =
tests