Skip to content

Commit 861deb2

Browse files
committed
setup.py test
1 parent 663a587 commit 861deb2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

pyproject.toml testpyproject.toml

+21-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,28 @@ classifiers = [
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",
2020
"Operating System :: MacOS",
21-
"Operating System :: POSIX :: Linux"
21+
"Operating System :: Unix"
2222
]
23+
dependecies = [
24+
"pandas",
25+
"pyyaml",
26+
"pymatgen",
27+
"ase>=3.22.1",
28+
# Recommended to use the master branch of the ASE gitlab but only
29+
# required for lammps to handle masses correctly as far as we can tell
30+
"colorama",
31+
"myst-parser",
32+
"sphinx",
33+
"pytest",
34+
"phonopy",
35+
"seekpath",
36+
"mp-api",
37+
]
38+
39+
[project.scripts]
40+
asim-run = "asimtools.scripts.asim_run:main"
41+
asim-execute = "asimtools.scripts.asim_execute:main"
42+
asim-check = "asimtools.scripts.asim_check:main"
2343

2444
[project.urls]
2545
Homepage = "https://github.com/BattModels/asimtools"

0 commit comments

Comments
 (0)