blob: f52a84bcdf9464b0d2f25c588c0c2dbc8b66e7f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[project]
name = "abs-podcast-autoplaylist"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"frozendict>=2.4.6",
"requests>=2.32.3",
]
[project.scripts]
abs-podcast-autoplaylist = "abs_podcast_autoplaylist.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|