-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (30 loc) · 759 Bytes
/
pyproject.toml
File metadata and controls
32 lines (30 loc) · 759 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
[build-system]
requires = ["setuptools>=64", "cffi"]
build-backend = "setuptools.build_meta"
[project]
name = "TB2J_OpenMX"
version = "0.5.1"
description = "TB2J_OpenMX: TB2J interface to OpenMX"
readme = "README.md"
license = {text = "GNU General Public License v3 (GPLv3)"}
requires-python = ">=3.6"
authors = [
{name = "Xu He", email = "mailhexu@gmail.com"},
]
dependencies = [
"numpy",
"scipy",
"matplotlib",
"ase",
"TB2J>=0.6.0",
"cffi",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
]
[tool.setuptools.packages]
find = {}