-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsetup.cfg
100 lines (95 loc) · 2.22 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[metadata]
name = dxtb
version = attr: dxtb.__version__.__version__
description = Fully Differentiable Approach to Extended Tight Binding
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/grimme-lab/dxtb
author = "Sebastian Ehlert, Marvin Friede, Christian Hölzer"
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 :: Implementation :: CPython
Topic :: Scientific/Engineering :: Chemistry
Typing :: Typed
keywords =
pytorch
autograd
tight-binding
xtb
computational chemistry
quantum chemistry
machine learning
project_urls =
Documentation = https://github.com/grimme-lab/dxtb
Tracker = https://github.com/grimme-lab/dxtb/issues
Source Code = https://github.com/grimme-lab/dxtb
[options]
packages = find:
install_requires =
numpy<2
pydantic>=2.0.0
scipy
tad-dftd3>=0.3.0
tad-dftd4>=0.5.1
tad-mctc>=0.3.2
tad-multicharge
tomli
tomli-w
torch>=1.11.0,<3
typing-extensions
python_requires = >=3.8, <3.13
package_dir =
=src
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
dxtb = dxtb._src.cli:console_entry_point
[options.extras_require]
dev =
black
covdefaults
mypy
pre-commit
pylint
pyscf
pytest
pytest-cov
pytest-random-order
pytest-xdist
pyyaml
tox
libcint =
tad-libcint>=0.1.0
pyscf =
pyscf
tox =
covdefaults
pytest
pytest-cov
pytest-random-order
pytest-xdist
pyyaml
[options.package_data]
dxtb =
py.typed
**/*.npy
**/*.npz
_src/**/*.json
_src/**/*.toml
_src/**/*.yaml