-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
20 lines (19 loc) · 830 Bytes
/
pyproject.toml
File metadata and controls
20 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "adis_tools"
version = "0.0.1"
description = "Common functions for the Ab initio Description of Iron and Steel (ADIS2023): Digitalization and Workflows workshop"
authors = [
{ name = "Jan Janssen", email = "janssen@mpie.de" },
{ name = "Janine George", email = "janine.geogre@bam.de" },
{ name = "Marnik Bercx", email = "marnik.bercx@psi.ch" },
{ name = "Christina Ertural", email = "christina.ertural@bam.de" },
{ name = "Joerg Schaarschmidt", email = "joerg.schaarschmidt@kit.edu" },
{ name = "Sam Dareska" },
{ name = "Leopold Talirz", email = "leopold.talirz@gmail.com" },
{ name = "Julian Geiger", email = "julian.geiger@psi.ch" },
]
license = { text = "MIT" }
dependencies = ["numpy", "xmlschema", "qe_tools", "ase"]