forked from tskit-dev/msprime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
58 lines (56 loc) · 1.6 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
[metadata]
name = msprime
author = Tskit Developers
author_email = admin@tskit.dev
license = GNU GPLv3+
# NOTE: description *must* be on one line.
description = Simulate genealogical trees and genomic sequence data using population genetic models
long_description_content_type = text/markdown
long_description = file: README.md
url = https://tskit.dev/msprime
project_urls =
Bug Tracker = https://github.com/tskit-dev/msprime/issues
Documentation = https://tskit.dev/msprime/docs/stable
classifiers =
Programming Language :: C
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Development Status :: 4 - Beta
Environment :: Other Environment
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
keywords =
coalescent simulation
population genetics
ms
tree sequence
tskit
platforms =
POSIX
Windows
MacOS X
[options]
packages = msprime
python_requires = >=3.7
include_package_data = True
install_requires =
numpy
newick
tskit>=0.3.3
setup_requires =
numpy
setuptools
setuptools_scm
[options.entry_points]
console_scripts =
mspms = msprime.cli:mspms_main
msp = msprime.cli:msp_main