toml
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "spotify_to_tidal"
|
||||
version = "0.0.1-dev"
|
||||
requires-python = ">= 3.10"
|
||||
|
||||
dependencies = [
|
||||
"spotipy~=2.21",
|
||||
"tidalapi~=0.7",
|
||||
"pyyaml~=6.0",
|
||||
"tqdm~=4.64",
|
||||
]
|
||||
|
||||
|
||||
[tools.setuptools.packages."spotify_to_tidal"]
|
||||
where = "src"
|
||||
include = "spotify_to_tidal*"
|
||||
|
||||
[project.scripts]
|
||||
spotify_to_tidal = "spotify_to_tidal.__main__:main"
|
||||
Reference in New Issue
Block a user