Skip to content

Commit e2979a8

Browse files
authored
Update pyproject.toml
1 parent 4fb14dd commit e2979a8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

adis_tools/pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ build-backend = "hatchling.build"
55
[project]
66
name = "adis_tools"
77
version = "0.0.1"
8-
description = "Common functions for the Ab initio Description of Iron and Steel (ADIS2023): Digitalization and Workflows workshop"
8+
description = "Quantum Espresso xml output parser"
99
authors = [
10-
{ name = "Jan Janssen", email = "janssen@mpie.de" },
11-
{ name = "Janine George", email = "janine.geogre@bam.de" },
1210
{ name = "Marnik Bercx", email = "marnik.bercx@psi.ch" },
13-
{ name = "Christina Ertural", email = "christina.ertural@bam.de" },
14-
{ name = "Joerg Schaarschmidt", email = "joerg.schaarschmidt@kit.edu" },
15-
{ name = "Sam Dareska" },
16-
{ name = "Leopold Talirz", email = "leopold.talirz@gmail.com" },
17-
{ name = "Julian Geiger", email = "julian.geiger@psi.ch" },
1811
]
1912
license = { text = "MIT" }
20-
dependencies = ["numpy", "xmlschema", "qe_tools", "ase"]
13+
dependencies = ["numpy", "xmlschema", "qe_tools", "ase"]

0 commit comments

Comments
 (0)