diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 0000000..8a9d639 --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 366be37..8fb4f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,6 @@ include = ["python_sponsorblock/*.py", "python_sponsorblock/**/*.py" ] [tool.hatch.build.targets.wheel] packages = ["python_sponsorblock"] -[project.scripts] -music-kraken = "python_sponsorblock.__main__:cli" - [tool.hatch.version] path = "python_sponsorblock/__about__.py"