-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
77 lines (73 loc) · 1.88 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
[metadata]
name = tad_libcint
version = attr: tad_libcint._version.__version__
description = "Torch Autodiff Libcint Interface"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tad-mctc/tad-libcint/
author = "Marvin Friede"
author_email = [email protected]
license = Apache-2.0
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
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
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
Typing :: Typed
keywords =
tight-binding
quantum-chemistry
integrals
library
project_urls =
Documentation = https://github.com/tad-mctc/tad-libcint
Tracker = https://github.com/tad-mctc/tad-libcint/issues
Source Code = https://github.com/tad-mctc/tad-libcint
zip_safe = False
[options]
packages = find:
install_requires =
numpy<2
tad-mctc
torch>=1.11,<2.4
python_requires = >=3.8, <3.13
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_libcint =
py.typed
**/*.npy
**/*.npz