Author: Ole Streicher 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"