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

package info (click to toggle)
glueviz 1.22.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,948 kB
  • sloc: python: 30,896; makefile: 133; sh: 8
file content (21 lines) | stat: -rw-r--r-- 544 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
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 ecdcc03..bfa8e18 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 =