-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
38 lines (36 loc) · 940 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
[metadata]
name = thermopot
author = NU-CEM
author_email = [email protected]
description = Software for ab-initio thermodynamic modelling of material formation and decomposition.
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: thermopot.__version__
url = https://github.com/NU-CEM/ThermoPot
project_urls =
Bug Tracker = https://github.com/NU-CEM/ThermoPot/issues
keywords =
materials science
physics
chemistry
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
license_files =
LICENSE.md
[options]
python_requires >= 3.0.0
packages = thermopot
install_requires =
matplotlib
numpy
scipy
[options.extras_require]
tests =
pytest
dev =
black