-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
37 lines (34 loc) · 1.04 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
[metadata]
name = LoProp
description-file = README.md
version = attr: loprop.__version__
author = Olav Vahtras
author_email = [email protected]
license = GPLv3
license_file = LICENSE
description = LoProp: localized molecular properties
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/vahtras/loprop
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Chemistry
[options]
packages = loprop
python_requires >= 3.9
install_requires =
blocked-matrix-utils >= 1.0.8
[options.extras_require]
dalton = daltools >= 1.1.4
vlx = h5py
[options.entry_points]
console_scripts =
loprop = loprop.__main__:main