Skip to content

Commit

Permalink
Merge pull request #48 from bmwcarit/XXXXX-add-mising-cli
Browse files Browse the repository at this point in the history
fix: add missing cli entrypoint
  • Loading branch information
yen3 authored Jan 13, 2023
2 parents 442b8a8 + 074f428 commit 0d13ed4
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 @@ -30,6 +30,9 @@ dev = [
[project.urls]
"Homepage" = "https://github.com/bmwcarit/python-dlt"

[project.scripts]
py_dlt_receive = "dlt.py_dlt_receive:main"

[tool.setuptools.packages.find]
include = ["dlt*"]
exclude = ["playbook*", "zuul.d*", "extracted_files*", "tests"]
Expand Down

0 comments on commit 0d13ed4

Please sign in to comment.