0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-09-10 20:58:43 +02:00
parent 1659b10112
commit 1fc173a6a5
4 changed files with 16 additions and 13 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "RadioTools"
version = "0"
description = "RadioTools"
authors = [{ name = "KubaPro010" }]
dependencies = ["log95", "libcache", "unidecode"]
[project.scripts]
radioPlayer = "radioPlayer:main"
radioPlaylist = "radioPlaylist:main"