Use hatch build system to add cli entrypoint
This commit is contained in:
parent
d96a9bb616
commit
5be71fc7da
3 changed files with 15 additions and 3 deletions
|
|
@ -9,3 +9,15 @@ dependencies = [
|
|||
"python-tgpt>=0.8.1",
|
||||
"yt-dlp>=2025.1.15",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
summarize = "summarize:cli"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = [
|
||||
"summarize.py",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue