-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 784 Bytes
/
pyproject.toml
File metadata and controls
33 lines (30 loc) · 784 Bytes
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
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"
[project]
name = "elastool_aims"
version = "1.0"
description = "Elastic tool for zero and finite-temperature elastic constants and mechanical properties calculations for FHI-aims"
authors = [{name = "Yi Yao", email = "yaoyi92@gmail.com"}]
license = {text = "GNU GPL version 3"}
urls = {Homepage = "https://github.com/yaoyi92/elastool_aims"}
dependencies = [
"numpy",
"scipy",
"matplotlib",
"pandas",
"seaborn",
"pymatgen",
"kaleido",
"plotly",
"spglib",
"ase > 3.22.9",
"pyvista",
"selenium",
]
[project.readme]
file = "README.md"
content-type = "text/markdown"
[tool.setuptools]
script-files = ["bin/elastool_aims"]
include-package-data = false