-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·48 lines (42 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
executable file
·48 lines (42 loc) · 1.09 KB
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
##########################
# Setup.py Configuration #
##########################
[metadata]
name = causomic
version = 0.0.1-dev
description = Python code for causal modeling of proteomics data.
long_description = file: README.md
long_description_content_type = text/markdown
# URLs associated with the project
url = https://github.com/devonjkohler/CausOmic
download_url = https://github.com/devonjkohler/CausOmic/releases
project_urls =
Bug Tracker = https://github.com/devonjkohler/CausOmic/issues
Source Code = https://github.com/devonjkohler/CausOmic
# Author information
author = Devon Kohler
author_email = kohler.d@northeastern.edu
maintainer = Devon Kohler
maintainer_email = kohler.d@northeastern.edu
[options]
install_requires =
networkx
pandas
pyro-ppl==1.8.5
torch
numpy
y0
matplotlib
namedlist
py3compat
python-dotenv
# Random options
zip_safe = false
include_package_data = True
python_requires = >=3.9
# Where is my code
packages = find:
package_dir =
= src
[options.packages.find]
where = src