From ed0725c0f11e9dccdda16e689ca7a146e972ca0a Mon Sep 17 00:00:00 2001 From: Hellow <74311245+HeIIow2@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:59:30 +0200 Subject: [PATCH] feat: created logo --- assets/logo.svg | 46 ++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 3 --- 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 assets/logo.svg 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"