-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (34 loc) · 800 Bytes
/
setup.cfg
File metadata and controls
39 lines (34 loc) · 800 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
##########################
# Setup.py Configuration #
##########################
[metadata]
name = missing_data_multitask_methods
version = 0.1.0
long_description = file: README.md
# Search tags
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
[options]
install_requires =
numpy
pandas
sklearn
scipy
tensorflow < 2.0.0
# macau @ git+https://github.com/jaak-s/macau.git
matplotlib
# Random options
zip_safe = false
include_package_data = True
python_requires = >=3.5
# Where is my code
packages = find:
package_dir =
= src
[options.packages.find]
where = src