From daa7f366764d855a711541b94058b20a4dcb5eb0 Mon Sep 17 00:00:00 2001 From: Hamid Molareza Date: Sat, 1 Apr 2023 12:16:28 +0330 Subject: [PATCH] build: remove excess section (scripts) from pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 391298f..39069b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,6 @@ coverage = "^7.2.2" tox = "^4.4.7" tox-gh-actions = "^3.1.0" -[tool.poetry.scripts] -my-script = "def_result.main:say_hello" - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"