-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
51 lines (48 loc) · 965 Bytes
/
setup.cfg
File metadata and controls
51 lines (48 loc) · 965 Bytes
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
[metadata]
name = incawrapper
version = attr: incawrapper.__version__
author = AutoFlow, Matthias Mattonovich and Viktor Hesselberg-Thomsen
author_email = vikhes@dtu.dk
description = General Repository for Omics Data Handling tools
long_description = file: README.md
long_description_content_type = text/markdown
url =
license = MIT
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
install_requires =
pandas
numpy
matplotlib
pandera
scipy
requests
altair
[options.extras_require]
develop =
pytest
ipykernel
python-dotenv
openpyxl
sphinx==3.4.3
numpydoc>=1.1
nb2plots>=0.6
jinja2<3.1.0
nbsphinx==0.9.1
sphinx-material
sphinx-autoapi
matlab =
matlabengine
atommapping =
cobra
RDKit
pymatgen
openjdk
[options.packages.find]
exclude =
tests
tests.*