fix
This commit is contained in:
parent
e3f4355ccc
commit
dc28023939
packages/musicomp
|
@ -1 +1,3 @@
|
|||
# musicomp
|
||||
|
||||
A music compression tool.
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ from argparse import ArgumentParser, ArgumentTypeError, Namespace
|
|||
from pathlib import Path
|
||||
from .todo import Todo
|
||||
|
||||
|
||||
args = Namespace()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue