fix
This commit is contained in:
parent
e3f4355ccc
commit
dc28023939
|
@ -1 +1,3 @@
|
||||||
|
# musicomp
|
||||||
|
|
||||||
|
A music compression tool.
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
[project]
|
[project]
|
||||||
name = "musicomp"
|
name = "musicomp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = "Music compression tool"
|
||||||
authors = [
|
authors = [{ name = "Lukas Wurzinger", email = "lukas@wrz.one" }]
|
||||||
{name = "Lukas Wurzinger", email = "lukas@wrz.one"}
|
|
||||||
]
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ from argparse import ArgumentParser, ArgumentTypeError, Namespace
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from .todo import Todo
|
from .todo import Todo
|
||||||
|
|
||||||
|
|
||||||
args = Namespace()
|
args = Namespace()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue