Skip to content

Commit

Permalink
Add entry point to launch GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 20, 2017
1 parent 669d173 commit 14a1d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
packages=['skan'],
package_data={},
install_requires=INST_DEPENDENCIES,
scripts=[]
entry_points = {
'console_scripts': ['skan-gui=skan.gui:launch']
}
)

0 comments on commit 14a1d5e

Please sign in to comment.