You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
toml
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user