Skip to content

Commit

Permalink
Add microdrop entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
cfobel committed Sep 21, 2016
1 parent 2f59163 commit 58fb2d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
long_description='\n%s\n' % open('README.md', 'rt').read(),
packages=['microdrop'],
include_package_data=True,
install_requires=install_requires)
install_requires=install_requires,
entry_points = {'console_scripts':
['microdrop = microdrop.microdrop:main']})


@task
Expand Down

0 comments on commit 58fb2d0

Please sign in to comment.