Skip to content

Commit

Permalink
Fix databricks entry point (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
  • Loading branch information
DimedS authored Dec 4, 2023
1 parent db3a83f commit 8beb4b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
dynamic = ["dependencies", "version"]

[project.scripts]
{{ cookiecutter.repo_name }} = "{{ cookiecutter.python_package }}.__main__:main"
databricks_run = "{{ cookiecutter.python_package }}.databricks_run:main"

[project.entry-points."kedro.hooks"]

Expand Down

0 comments on commit 8beb4b7

Please sign in to comment.