Skip to content

Commit

Permalink
use console_scripts entry point instead of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jul 13, 2015
1 parent 1ce2c32 commit 801065c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 0 additions & 7 deletions faker/bin/faker

This file was deleted.

4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
version=version,
description="Faker is a Python package that generates fake data for you.",
long_description=README + '\n\n' + NEWS,
scripts=['faker/bin/faker'],
entry_points={
'console_scripts': ['faker=faker.cli:execute_from_command_line'],
},
classifiers=[
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 801065c

Please sign in to comment.