-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (36 loc) · 1.69 KB
/
Copy pathsetup.cfg
File metadata and controls
39 lines (36 loc) · 1.69 KB
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
# ██╗ ██╗ █████╗ ██████╗ ██╗ ██████╗ ██████╗ ██╗ ██╗
# ██║ ██║██╔══██╗██╔══██╗██║ ██╔═══██╗██╔══██╗╚██╗ ██╔╝
# ███████║███████║██████╔╝██║ ██║ ██║██████╔╝ ╚████╔╝
# ██╔══██║██╔══██║██╔═══╝ ██║ ██║ ██║██╔═══╝ ╚██╔╝
# ██║ ██║██║ ██║██║ ███████╗╚██████╔╝██║ ██║
# ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
[metadata]
version = 0.1.3
name = haplopy
author = Stratos Staboulis <stratos@stratokraft.fi>
maintainer = Stratos Staboulis <stratos@stratokraft.fi>
license = MIT
classifiers=
Programming Language :: Python :: 3
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords = statistics, modeling, population genetics
description = Haplotype reconstruction from unphased diplotypes
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/malmgrek/haplopy
[options]
packages = find:
install_requires =
numpy>=1.10.0
scipy>=0.13.0
python_requires >= 3.8
[options.extras_require]
test =
pytest
dev =
matplotlib
ipython