Initial Commit
This commit is contained in:
commit
5ba9117b17
7 changed files with 704 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue