-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
29 lines (27 loc) · 862 Bytes
/
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
[metadata]
name = deepdirect
version = attr: deepdirect.__version__
author = Tian Lan and Penagyao Ping
author_email = [email protected], [email protected]
description = In silico approach to generate mutations for protein complexes towards a specified direction (increase/decrease) in binding affinity.
long_description = file: README.md
long_description_content_type = text
url = https://github.com/Jappy0/deepdirect
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires >= 3.8
include_package_data = True
zip_safe = False
install_requires =
tensorflow == 2.12.0
Keras == 2.12.0
[options.packages.find]
where = src
[options.package_data]
deepdirect = weights/*.h5