forked from grimme-lab/xtb-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 1011 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
[metadata]
name = xtb-python
version = 20.1
desciption = Python API of the extended tight binding program
long_desciption = file: README.rst
long_description_content_type = text/x-rst
author = Sebastian Ehlert
author_email = [email protected]
url = https://github.com/grimme-lab/xtb-python
license = LGPL3
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Operating System :: POSIX :: Linux
Programming Language :: Fortran
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering :: Chemistry
[options]
packages = find:
install_requires =
cffi
numpy
tests_require =
pytest
pytest-cov
ase
qcelemental
python_requires = >=3.6
[options.extras_require]
ase = ase
qcschema = qcelemental
[coverage:run]
omit =
*/test_*.py
[aliases]
test=pytest