-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (40 loc) · 985 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = openfe_benchmarks
description =
long_description = file: README.md
long_description_type = text/markdown
author = The OpenFE developers
author_email = openfe@omsf.io
license = MIT
license_file = LICENSE
url = https://github.com/OpenFreeEnergy/openfe-benchmarks
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
[options]
zip_safe = False
python_requires = >= 3.9
install_requires =
gufe
py3dmol
packages = find:
include_package_data = True
[options.extras_require]
test =
pytest
pytest-xdist
[bdist_wheel]
universal = 1
[versioneer]
VCS = git
style = pep440-post
tag_prefix = ''
[mypy]
files=openfe_benchmarks
ignore_missing_imports=true