-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (34 loc) · 770 Bytes
/
setup.cfg
File metadata and controls
37 lines (34 loc) · 770 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
[metadata]
name = mapper
version = 0.1
author = Mikolaj Kowalik
author_email = mxk@illinois.edu
maintainer = Mikolaj Kowalik
maintainer_email = mxk@illinois.edu
description = Approximate structure-matching algorithm by Lynch and Willett
long_description = file: README.md, LICENSE
keywords = chemoinformatics, structure matching, Lynch-Wilett
license = GPL-3.0
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
zip_safe = True
packages = find:
python_requires = >=3.11
install_requires =
numpy
rdkit
[options.extras_require]
test =
coverage
pytest
docs =
sphinx
sphinx-autoapi
sphinx-rtd-theme
[options.packages.find]
exclude =
example*
docs*