This commit is contained in:
Lukas Wurzinger 2025-01-05 02:43:17 +01:00
parent e3f4355ccc
commit dc28023939
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -1 +1,3 @@
# musicomp
A music compression tool.

View file

@ -1,10 +1,8 @@
[project]
name = "musicomp"
version = "0.1.0"
description = ""
authors = [
{name = "Lukas Wurzinger", email = "lukas@wrz.one"}
]
description = "Music compression tool"
authors = [{ name = "Lukas Wurzinger", email = "lukas@wrz.one" }]
readme = "README.md"
requires-python = ">=3.12"

View file

@ -4,7 +4,6 @@ from argparse import ArgumentParser, ArgumentTypeError, Namespace
from pathlib import Path
from .todo import Todo
args = Namespace()