-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
44 lines (40 loc) · 965 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
[tool.setuptools_scm]
write_to = "pysisyphus/version.py"
#[metadata]
#name = pysisyphus
#description = Python suite for exploring potential energy surfaces.
#long_description = file: README.md
#long_description_content_type = text/markdown
#url = https://github.com/eljost/pysisyphus
#maintainer = Johannes Steinmetzer
#maintainer_email = [email protected]
#license = GNU General Public License v3 (GPLv3)
#platform = unix
#classifiers =
# License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
packages = find:
include_package_data = True
python_requires = >=3.8
install_requires =
autograd
dask
distributed
h5py
fabric
jinja2
joblib
matplotlib
numpy
natsort
psutil
pyyaml
rmsd
scipy
sympy
scikit-learn
pysisyphus
yaml
[options.extras_require]
test = pyscf; pytest; pytest-cov; ase; qcengine
doc = sphinx; sphinx-rtd-theme ; sphinx_autodoc_typehints