diff options
Diffstat (limited to 'overlays/abs-podcast-autoplaylist/pyproject.toml')
-rw-r--r-- | overlays/abs-podcast-autoplaylist/pyproject.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/overlays/abs-podcast-autoplaylist/pyproject.toml b/overlays/abs-podcast-autoplaylist/pyproject.toml new file mode 100644 index 00000000..f52a84bc --- /dev/null +++ b/overlays/abs-podcast-autoplaylist/pyproject.toml | |||
@@ -0,0 +1,16 @@ | |||
1 | [project] | ||
2 | name = "abs-podcast-autoplaylist" | ||
3 | version = "0.1.0" | ||
4 | requires-python = ">=3.12" | ||
5 | dependencies = [ | ||
6 | "click>=8.1.8", | ||
7 | "frozendict>=2.4.6", | ||
8 | "requests>=2.32.3", | ||
9 | ] | ||
10 | |||
11 | [project.scripts] | ||
12 | abs-podcast-autoplaylist = "abs_podcast_autoplaylist.__main__:main" | ||
13 | |||
14 | [build-system] | ||
15 | requires = ["hatchling"] | ||
16 | build-backend = "hatchling.build" | ||