1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Ole Streicher <olebole@debian.org>
Date: Thu, 15 Feb 2018 09:08:22 +0100
Subject: Don't install scripts
---
pyproject.toml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 68ab7b0..ccbb77a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,10 +39,6 @@ content-type = "text/plain"
[project.urls]
Homepage = "https://www.github.com/spacetelescope/stsci.tools"
-[project.scripts]
-convertwaiveredfits = "stsci.tools.convertwaiveredfits:main"
-convertlog = "stsci.tools.convertlog:main"
-
[project.optional-dependencies]
test = [
"pytest",
|