Skip to content

Commit

Permalink
fix: Add CLI entrypoint
Browse files Browse the repository at this point in the history
* Add missing CLI API entrypoint.
* Amends PR 349.
  • Loading branch information
matthewfeickert authored and BenGalewsky committed Mar 22, 2024
1 parent 81cc526 commit f3e9540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ dependencies = [
"make-it-sync", # compatible versions controlled through func_adl
]

[project.scripts]
servicex = "servicex.app.main:app"

[project.urls]
Documentation = "https://github.com/ssl-hep/ServiceX_frontend"
Homepage = "https://github.com/ssl-hep/ServiceX_frontend"
Expand Down

0 comments on commit f3e9540

Please sign in to comment.