From 9c10dcdb89e16f57cba0aed707604669631aea6a Mon Sep 17 00:00:00 2001 From: Carson Sears Date: Mon, 19 Feb 2024 17:05:02 -0600 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c386de..7bfd9ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,6 @@ license = { text = "GPL-3.0" } [project.urls] homepage = "https://github.com/neutrons/garnet/" -[project.scripts] -garnet = "garnet.__main__:main" - [build-system] requires = ["setuptools", "wheel", "toml", "versioningit"] build-backend = "setuptools.build_meta"