Skip to content

Commit

Permalink
Merge pull request #10 from mwcraig/setup-fixes
Browse files Browse the repository at this point in the history
Remove non-existent command-line script from setup.py
  • Loading branch information
Curtis McCully committed Jan 11, 2016
2 parents ffc22c8 + ffa2f1a commit 63ad1f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,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"
Expand Down

0 comments on commit 63ad1f5

Please sign in to comment.