Skip to content

Commit

Permalink
Add new CLI entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 3, 2024
1 parent 318b29e commit e680d7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@ test-command = [
"python3 -mNCrystal.test all",
"nctool --test",
]

[project.scripts]
nctool = "NCrystal._cli_nctool:main"
ncrystal_cif2ncmat = "NCrystal._cli_cif2ncmat:main"
ncrystal_endf2ncmat = "NCrystal._cli_endf2ncmat:main"
ncrystal_hfg2ncmat = "NCrystal._cli_hfg2ncmat:main"
ncrystal_mcstasunion = "NCrystal._cli_mcstasunion:main"
ncrystal_ncmat2cpp = "NCrystal._cli_ncmat2cpp:main"
ncrystal_ncmat2hkl = "NCrystal._cli_ncmat2hkl:main"
ncrystal_vdos2ncmat = "NCrystal._cli_vdos2ncmat:main"
ncrystal_verifyatompos = "NCrystal._cli_verifyatompos:main"

0 comments on commit e680d7f

Please sign in to comment.