Skip to content

Commit

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

* fix typo

* move entrypoints to setup.cfg

* bring back name in setup.cfg
  • Loading branch information
leo-schick authored Dec 6, 2023
1 parent 1ecc13f commit 1e80ff0
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 @@ -46,3 +46,7 @@ databricks =
databricks-sql-cli
databricks-sql-connector
sqlalchemy-databricks

[options.entry_points]
mara.commands =
db = mara_db.cli:mara_db

0 comments on commit 1e80ff0

Please sign in to comment.