forked from JuDFTteam/aiida-kkr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
46 lines (44 loc) · 1.47 KB
/
pyproject.toml
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
[build-system]
requires = ["setuptools", "wheel"]
[tool.poetry]
name = "aiida-kkr"
version = "1.1.10"
description = "AiiDA plugin for the KKR code"
authors = ["Philipp Rüssmann <[email protected]>",
"Jens Bröder <[email protected]>",
"Fabian Bertoldo <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/JuDFTteam/aiida-kkr"
repository = "https://github.com/JuDFTteam/aiida-kkr"
documentation = "https://aiida-kkr.readthedocs.io"
keywords = ["material science",
"aiida",
"dft",
"all-electron",
"kkr"]
classifiers = ["Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Environment :: Plugins",
"Natural Language :: English",
"Topic :: Scientific/Engineering :: Physics",
"Framework :: AiiDA"]
[tool.poetry.dependencies]
aiida-core = "^1.0.0b6"
python = "^2.7"
masci-tools = "^0.3.10"
seekpath = "*"
pgtest = "*"
pytest-cov = "^2.5.0"
pytest-mpl = "*"
pytest-timeout = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
bumpversion = "*"
ase = "*"