Skip to content

Commit

Permalink
add mara.commands entrypoint (#108)
Browse files Browse the repository at this point in the history
* add mara.commands entrypoint

* move entrypoints to setup.cfg

* fix entrypoint desination
  • Loading branch information
leo-schick authored Dec 6, 2023
1 parent ae2ec70 commit 97a886a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ test =
pytest-dependency
mara_app>=1.5.2
mara-db[postgres,mssql]

[options.entry_points]
mara.commands =
pipelines = mara_pipelines.cli:mara_pipelines

0 comments on commit 97a886a

Please sign in to comment.