-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
36 lines (34 loc) · 1.07 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
[metadata]
name = simGL
version = 0.1
author = Moisès Coll Macià, Graham Gower
license = ISC
description = Simulate genotype likelihoods from haplotype genotype matrix
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/RacimoLab/simGL
classifiers =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: ISC License (ISCL)
Operating System :: OS Independent
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
project_urls =
Bug Tracker = https://github.com/RacimoLab/simGL/issues
Source Code = https://github.com/RacimoLab/simGL
Documentation = https://github.com/RacimoLab/simGL
[options]
packages = simGL
include_package_data = True
python_requires = >=3.8
install_requires =
numpy >= 1.22
scipy
setup_requires =
setuptools
setuptools_scm