forked from bel2scm/bel2scm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
89 lines (79 loc) · 2 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
##########################
# Setup.py Configuration #
##########################
[metadata]
name = bel2scm
version = 0.0.5-dev
description = A package for creating causal graphs in pyro
long_description = file: README.md
long_description_content_type = text/markdown
# URLs associated with the project
url = https://github.com/COVID-19-Causal-Reasoning/bel2scm
download_url = https://github.com/COVID-19-Causal-Reasoning/bel2scm/releases
project_urls =
Bug Tracker = https://github.com/COVID-19-Causal-Reasoning/bel2scm/issues
Source Code = https://github.com/COVID-19-Causal-Reasoning/bel2scm
# Author information
author = BEL2SCM Developers
author_email = [email protected]
# License Information
license = MIT
license_file = LICENSE
# Search tags
classifiers =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
Development Status :: 1 - Planning
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
biology
structural causal models
biological expression language
BEL
systems biology
networks biology
[options]
install_requires =
numpy
torch
pyro-ppl>=1.3.1
networkx
scipy
pybel
xlrd
matplotlib
sklearn
openpyxl
click
tqdm
# Random options
zip_safe = false
include_package_data = True
python_requires = >=3.6
# Where is my code
packages = find:
package_dir =
= src
[options.packages.find]
where = src
[options.extras_require]
docs =
sphinx
sphinx-rtd-theme
sphinx-click
sphinx-autodoc-typehints
######################
# Doc8 Configuration #
# (doc8.ini) #
######################
[doc8]
max-line-length = 120