mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-29 16:37:30 -07:00
15 lines
552 B
Diff
15 lines
552 B
Diff
Author: Vincent Prat <vinceprat@free.fr>
|
|
Description: Ignore entry points to avoid creating executables
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -31,6 +31,6 @@
|
|
github_project = weaverba137/pydl
|
|
|
|
[entry_points]
|
|
-get_juldate = pydl.goddard.astro:get_juldate_main
|
|
-hogg_iau_name = pydl.pydlutils.misc:hogg_iau_name_main
|
|
-compute_templates = pydl.pydlspec2d.spec1d:template_input_main
|
|
+#get_juldate = pydl.goddard.astro:get_juldate_main
|
|
+#hogg_iau_name = pydl.pydlutils.misc:hogg_iau_name_main
|
|
+#compute_templates = pydl.pydlspec2d.spec1d:template_input_main
|