File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,28 @@ classifiers = [
18
18
" Programming Language :: Python :: 3" ,
19
19
" License :: OSI Approved :: MIT License" ,
20
20
" Operating System :: MacOS" ,
21
- " Operating System :: POSIX :: Linux "
21
+ " Operating System :: Unix "
22
22
]
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"
23
43
24
44
[project .urls ]
25
45
Homepage = " https://github.com/BattModels/asimtools"
You can’t perform that action at this time.
0 commit comments