-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from GeigerJ2/adis_tools-installable
Make `adis_tools` an installable package
- Loading branch information
Showing
10 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 = "[email protected]" }, | ||
{ name = "Janine George", email = "[email protected]" }, | ||
{ name = "Marnik Bercx", email = "[email protected]" }, | ||
{ name = "Christina Ertural", email = "[email protected]" }, | ||
{ name = "Joerg Schaarschmidt", email = "[email protected]" }, | ||
{ name = "Sam Dareska" }, | ||
{ name = "Leopold Talirz", email = "[email protected]" }, | ||
{ name = "Julian Geiger", email = "[email protected]" }, | ||
] | ||
license = { text = "MIT" } | ||
dependencies = ["numpy", "xmlschema", "qe_tools", "ase"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pip install -e aiida_qe_basic | ||
pip install -e adis_tools | ||
verdi presto |