You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
wow
This commit is contained in:
@@ -3,12 +3,13 @@ requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "RadioTools"
|
||||
version = "0"
|
||||
description = "RadioTools"
|
||||
authors = [{ name = "KubaPro010" }]
|
||||
dependencies = ["log95", "libcache", "unidecode"]
|
||||
name = "radio-tools"
|
||||
version = "0.1"
|
||||
dependencies = []
|
||||
|
||||
[tool.setuptools]
|
||||
py-modules = ["radioPlaylist", "radioPlayer"]
|
||||
|
||||
[project.scripts]
|
||||
radioPlayer = "radioPlayer:main"
|
||||
radioPlaylist = "radioPlaylist:main"
|
||||
radio-playlist = "radioPlaylist:main"
|
||||
radio-player = "radioPlayer:main"
|
||||
|
||||
Reference in New Issue
Block a user