forked from UnixJunkie/dimorphite_dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (39 loc) · 1.01 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
45
46
47
[metadata]
name = dimorphite-ojmb
version = attr: dimorphite_dl.__version__
description = An open-source program for enumerating the ionization states of drug-like small molecules
long_description = file: README.md
long_description_content_type = text/markdown
url = https://durrantlab.pitt.edu/dimorphite-dl/
maintainer = Olivier J. M. Béquignon
maintainer_email = "olivier.bequignon.maintainer@gmail.com"
license = MIT
license_file = LICENSE.txt
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.6
keywords =
Ionization
pH
Protonation
Modeling
Virtual screening
Drug discovery
[options]
include_package_data = True
packages = find:
package_dir =
= src
install_requires =
tqdm
rdkit
click>=8.0.0
[options.packages.find]
where = src
[options.package_data]
* = *.json, *.smarts
[options.entry_points]
console_scripts =
dimorphite = dimorphite_dl.cli:main