forked from stjude/doCNA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
executable file
·44 lines (40 loc) · 897 Bytes
/
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
[metadata]
name = doCNA
description = Analysis of copy number profile in WGS
author = Karol Szlachta, Dennis Kennetz
license = Apache2.0
platforms = unix, linux
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages =
doCNA
install_requires =
numpy>=1.17.1
pandas>=1.1.5
scipy>=1.3.1
scikit-learn>=0.20.0
matplotlib>=3.0.0
shiny>=0.2.7
jinja2>=3.1.2
python_requires = >= 3.7
package_dir =
=.
zip_safe = no
url = https://github.com/stjude/doCNA
[options.extras_require]
testing =
pytest>=7.0.1
pytest-cov>=4.0.0
tox>=3.26.0
[options.package_data]
doCNA =
doCNA.ini
viewer/*
[options.entry_points]
console_scripts =
docna = doCNA.__main__:main