forked from dftd3/tad-dftd3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
72 lines (68 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[metadata]
name = tad_dftd3
version = attr: tad_dftd3.__version__.__version__
description = Torch autodiff DFT-D3 implementation
long_description = file: README.rst
long_description_content_type = text/x-rst
author = "Sebastian Ehlert, Marvin Friede"
license = Apache-2.0
license_files = LICENSE
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Chemistry
Typing :: Typed
project_urls =
Documentation = https://tad-dftd3.readthedocs.io/en/latest/
Source Code = https://github.com/dftd3/tad-dftd3
Tracker = https://github.com/dftd3/tad-dftd3/issues
[options]
packages = find:
install_requires =
numpy<2
tad-mctc
torch>=1.11,<2.5
python_requires = >=3.8, <3.13
include_package_data = True
package_dir =
=src
[options.packages.find]
where = src
[options.extras_require]
dev =
black
covdefaults
mypy
pre-commit
pylint
pytest
pytest-cov
pytest-random-order
pytest-xdist
tox
tox =
covdefaults
pytest
pytest-cov
pytest-random-order
pytest-xdist
[options.package_data]
tad_dftd3 =
py.typed
**/*.npy
**/*.npz
**/*.pt