-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
44 lines (38 loc) · 1.06 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
##########################
# Setup.py Configuration #
##########################
[metadata]
name = 3ddpd
long_description = file: README.md
long_description_content_type = text/markdown
# Search tags
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
keywords =
[options]
install_requires =
mdtraj
numpy >= 1.19, <1.24.0
scikit-learn >= 1.0.2
pandas >= 1.2.2
matplotlib >= 2.0
rdkit-pypi
gitpython
sklearn-json @ git+https://github.com/OlivierBeq/sklearn-json.git#egg=sklearn-json
papyrus_scripts @ git+https://github.com/OlivierBeq/Papyrus-scripts.git@master
# Random options
zip_safe = false
include_package_data = True
python_requires = >=3.7, <3.11
# Where is my code
packages = find:
;package_dir =
; = qsprpred
;[options.packages.find]
;where = qsprpred
[options.package_data]
* = test_files/*.*, test_data/*.*, *.pkl.gz, search_space.json