-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
45 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
37
38
39
40
41
42
43
44
45
[metadata]
name = pyphenopop
version = 0.0.2
description = Phenotypic deconvolution in heterogeneous cancer cell populations using drug screen data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ocbe-uio/pyPhenoPop
author = Leonard Schmiester, Polina Arsenteva, Even Myklebust, Alvaro Köhn-Luque
license = MIT
license_files = LICENSE
classifiers=
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
Operating System :: OS Independent
[options]
install_requires =
matplotlib == 3.5.3
scipy >= 1.9.3
numpy >= 1.23.4, < 2.0
pandas >= 1.5.1
tqdm >= 4.64.1
python_requires = >=3.8.0
packages = find:
[options.extras_require]
dev =
pytest
pytest-cov
[options.packages.find]
include = pyphenopop*