From 9b67921cc445321a8a7a90877edb6395ade54116 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 21 Mar 2022 20:19:26 +0100 Subject: [PATCH] Remove unused config entries --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bcfe2b..b41714f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,14 +41,6 @@ homepage = "https://github.com/Second-Hand-Friends/kleinanzeigen-bot" repository = "https://github.com/Second-Hand-Friends/kleinanzeigen-bot" documentation = "https://github.com/Second-Hand-Friends/kleinanzeigen-bot/README.md" -[project.optional-dependencies] - - -[project.scripts] -# https://www.python.org/dev/peps/pep-0621/#entry-points -# https://blogs.thebitx.com/index.php/2021/09/02/pybites-how-to-package-and-deploy-cli-applications-with-python-pypa-setuptools-build/ -kleinanzeigen_bot = 'kleinanzeigen_bot:main' - ##################### # pdm https://github.com/pdm-project/pdm/