blob: 4c69f00cc88d4d78a77abc47f4f8aeb1e4c1b839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
|