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"