File: Remove-extra-binaries-generated-from-source.patch

package info (click to toggle)
glueviz 1.24.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,828 kB
  • sloc: python: 31,059; makefile: 133; sh: 8
file content (21 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Josue Ortega <josue@debian.org>
Date: Mon, 18 Jan 2021 17:38:23 +0100
Subject: Remove extra binaries generated from source

---
 setup.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index a853a9b..ce2eb33 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,8 +48,6 @@ glue.plugins =
     data_exporters = glue.core.data_exporters:setup
     fits_format = glue.io.formats.fits:setup
     export_python = glue.plugins.tools:setup
-console_scripts =
-    glue-config = glue.config_gen:main
 
 [options.extras_require]
 all =