You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
17 lines
358 B
TOML
17 lines
358 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "radio-tools"
|
|
version = "0.1"
|
|
dependencies = ["log95", "unidecode", "libcache"]
|
|
|
|
[tool.setuptools]
|
|
py-modules = ["radioPlaylist", "radioPlayer"]
|
|
packages = ["modules"]
|
|
|
|
[project.scripts]
|
|
radio-playlist = "radioPlaylist:main"
|
|
radio-player = "radioPlayer:main"
|