1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Ole Streicher <olebole@debian.org>
Date: Mon, 9 Dec 2019 17:48:31 +0100
Subject: Don't install gammapy binary
The script is mostly useless
---
setup.cfg | 4 ----
1 file changed, 4 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index f9154b3..d4bd62c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,10 +42,6 @@ install_requires =
iminuit>=2.26.0
matplotlib>=3.8, <3.10
-[options.entry_points]
-console_scripts =
- gammapy = gammapy.scripts.main:cli
-
[options.extras_require]
all =
naima
|