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 =
|