Skip to content

Commit

Permalink
refactor to use entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimebuelta committed Aug 11, 2017
1 parent f19212a commit 77bf7b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 0 additions & 6 deletions scripts/ffind

This file was deleted.

6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ def run(self):
],
keywords=['searching', 'file system'],
packages=['ffind', 'ffind.backports'],
scripts=['scripts/ffind'],
entry_points={
'console_scripts': [
'ffind = ffind.ffind:run'
]
},
cmdclass={"install": ff_install},
)

0 comments on commit 77bf7b6

Please sign in to comment.