From 1bff9c7b17948676a2e777948cca9d134987340d Mon Sep 17 00:00:00 2001 From: msm_sardar Date: Tue, 20 Feb 2024 23:54:11 -0500 Subject: [PATCH] test --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 151b5e1..5d2e94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,6 @@ Homepage = "https://swolfpy-project.github.io/" Documentation = "https://swolfpy.readthedocs.io/en/latest/" "Source Code" = "https://github.com/SwolfPy-Project/swolfpy" -[project.scripts] -swolfpy = "swolfpy:SwolfPy" - [tool.setuptools.dynamic] version = {attr = "swolfpy.__version__"} readme = {file = ["README.rst", "HISTORY.rst"]}