aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-04-24 22:41:02 -0700
committerPinapelz <yukais@pinapelz.com>2026-04-24 22:43:00 -0700
commit746610bd0ad40ed2a97fa68ef162d80f719367ef (patch)
tree0be1d961b38ef2a8f6410e06a9bd7a6e4f3f9641 /pyproject.toml
first commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..4b6dca1
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,12 @@
+[project]
+name = "fiio-snowsky-flac-media"
+version = "0.1.0"
+description = "Media tool for retagging FLACs for Snowsky Echo/Mini"
+readme = "README.md"
+requires-python = ">=3.13"
+dependencies = [
+ "mutagen>=1.47.0",
+ "pillow>=12.2.0",
+ "syncedlyrics>=1.0.1",
+ "tqdm>=4.67.3",
+]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage