You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 14:13:55 +01:00
15 lines
328 B
TOML
15 lines
328 B
TOML
[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"
|