You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/astroscrappy/files/astroscrappy-1.0.3-dont-ins...

15 lines
460 B

Author: Ole Streicher <olebole@debian.org>
Description: Don't install example/template binary
--- a/setup.py
+++ b/setup.py
@@ -80,9 +80,6 @@
# Define entry points for command-line scripts
entry_points = {}
-entry_points['console_scripts'] = [
- 'astropy-package-template-example = packagename.example_mod:main',
-]
# Include all .c files, recursively, including those generated by
# Cython, since we can not do this in MANIFEST.in with a "dynamic"