mirror of
https://github.com/glomatico/votify.git
synced 2026-09-26 19:12:27 +02:00
Create pyproject.toml
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[project]
|
||||
name = "votify"
|
||||
description = "A Python CLI app for downloading songs/podcasts from Spotify in Vorbis (OGG)."
|
||||
requires-python = ">=3.8"
|
||||
authors = [{ name = "glomatico" }]
|
||||
dependencies = [
|
||||
"click",
|
||||
"pillow",
|
||||
"protobuf",
|
||||
"pybase62",
|
||||
"pycryptodome",
|
||||
"yt-dlp",
|
||||
]
|
||||
readme = "README.md"
|
||||
dynamic = ["version"]
|
||||
|
||||
[project.urls]
|
||||
repository = "https://github.com/glomatico/votify"
|
||||
|
||||
[build-system]
|
||||
requires = ["flit_core"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[project.scripts]
|
||||
spotify-web-downloader = "votify.cli:main"
|
||||
Reference in New Issue
Block a user