From 84dce7c616919008fffbeba56320416aa25937ff Mon Sep 17 00:00:00 2001 From: Joakim Holm Date: Wed, 10 May 2023 10:22:48 +0200 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc68a36..83ffec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,13 +25,12 @@ dependencies = [ dynamic = ["version"] [project.urls] -"Homepage" = "https://github.com/jo1gi/ebook-dl" -"Bugtracker" = "https://github.com/jo1gi/ebook-dl/issues" +"Homepage" = "https://github.com/jo1gi/grawlix" +"Bugtracker" = "https://github.com/jo1gi/grawlix/issues" [project.scripts] grawlix = "grawlix.__main__:run" - [build-system] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" @@ -41,7 +40,7 @@ build-backend = "setuptools.build_meta" version = {attr = "grawlix.__version__"} [tool.setuptools.package-data] -mypkg = ["*.txt"] +grawlix = ["*.txt"] [tool.mypy]