Skip to content

Commit

Permalink
add cli and map as pipx scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu authored Jan 10, 2025
1 parent d14c50f commit 08c6a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ plot = ["ngiab_eval[plot]"]
Homepage = "https://github.com/CIROH-UA/NGIAB_data_preprocess"
Issues = "https://github.com/CIROH-UA/NGIAB_data_preprocess/issues"

[project.scripts]
cli = "ngiab_data_cli.__main__:main"
map = "map_app.__main__:main"

[build-system]
# scm adds files tracked by git to the package
requires = ["setuptools>=69.0", "setuptools-scm>=8.0"]
Expand Down

0 comments on commit 08c6a28

Please sign in to comment.