Initial Commit

This commit is contained in:
The Wobbler 2025-03-13 17:15:29 +01:00
commit 5ba9117b17
7 changed files with 704 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "SmallTag"
version = "0.0"
dependencies = [
"tinytag"
]
authors = [{name = "The Wobbler", email = "emil@i21k.de"}]
description = "A module that extends TinyTag's capabilities by also writing tags."
readme = "README.md"
license = {text = "GNU GPLv3"}
keywords = ["audio", "metadata", "tag", "tagging"]