15 lines
402 B
TOML
15 lines
402 B
TOML
[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"]
|