-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsetup.cfg
66 lines (62 loc) · 1.95 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
66
[metadata]
name = gadma
author = Ekaterina Noskova
license = GNU GPLv3+
description = A tool for easy-to-use demographic inference
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ctlab/GADMA
author_email = ekaterina.e.noskova@gmail.com
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
keywords = demographic history, demographic inference, evolution, population genetics
project_urls =
Documentation = https://gadma.readthedocs.io/en/stable/
Source Code = https://github.com/ctlab/GADMA
Bug Tracker = https://github.com/ctlab/GADMA/issues
[options]
packages = gadma
zip_safe = False
include_package_data = True
python_requires = >=3.6
install_requires =
scipy
numpy
matplotlib
Pillow >= 4.2.1
ruamel.yaml == 0.16.12
demes
demesdraw
dadi
h5py == 3.10.0
scikit-allel
moments-popgen
pandas <= 2.2.2
setup_requires =
setuptools
setuptools_scm
[options.entry_points]
console_scripts =
gadma = gadma.core:main
gadma-run_ls_on_boot_data = gadma.run_ls_on_boot_data:main
gadma-get_confidence_intervals = gadma.get_confidence_intervals:main
gadma-get_confidence_intervals_for_ld = gadma.get_confidence_intervals_for_ld:main
gadma-precompute_ld_data = gadma.precompute_ld_data:main
[flake8]
max-line-length = 89
extend-ignore = E203, W503
[tool:pytest]
addopts = --disable-warnings
testpaths = tests