File: Don-t-install-scripts.patch

package info (click to toggle)
stsci.tools 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 44,428 kB
  • sloc: python: 13,128; makefile: 75
file content (23 lines) | stat: -rw-r--r-- 604 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 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",