File: Don-t-install-scripts.patch

package info (click to toggle)
stsci.tools 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,384 kB
  • sloc: python: 13,111; makefile: 75
file content (23 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
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 911212a..e79e7fc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,10 +35,6 @@ content-type = "text/markdown"
 [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>=9.0",