-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathsetup.cfg
More file actions
45 lines (42 loc) · 796 Bytes
/
setup.cfg
File metadata and controls
45 lines (42 loc) · 796 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
[metadata]
name = molpal
version = 1.2.0
author = david graff
author_email = deg711@g.harvard.edu
description = active learning to accelerate virtual drug discovery
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Programming Language :: Python :: 3
url = https://github.com/coleygroup/molpal
platforms = Linux, Mac OS-X, Unix
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
install_requires =
configargparse
h5py
numpy
ray >= 1.11
rdkit
scikit_learn
tabulate
tensorflow
tensorflow_addons
tqdm
[options.entry_points]
console_scripts =
molpal = molpal.cli.main:main
[options.extras_require]
dev =
black
bumpversion
flake8
pre-commit
pytest
plot =
matplotlib
seaborn
test = pytest