Skip to content

Commit

Permalink
Merge pull request proxypoke#15 from crichon/master
Browse files Browse the repository at this point in the history
Add an entrypoint to the setup call
  • Loading branch information
OliverUv authored Dec 20, 2016
2 parents 9ef3839 + b516703 commit e5c1ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
url='https://github.com/OliverUv/quickswitch-for-i3',
scripts=['quickswitch.py'],
requires=['i3_py'],
entry_points={'console_scripts': ['quickswitch=quickswitch:main']},
classifiers=['Intended Audience :: End Users/Desktop',
'Programming Language :: Python :: 3'],
license='DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE')

0 comments on commit e5c1ee0

Please sign in to comment.