Revert "fixes the sshuttle entry-point in setup.py"

See #57 for details.

This reverts commit b4b283b214.
This commit is contained in:
Brian May 2016-01-12 12:25:04 +11:00
parent 2e237b8fbe
commit e7fe040e10

View File

@ -45,7 +45,7 @@ setup(
],
entry_points={
'console_scripts': [
'sshuttle = sshuttle:__main__',
'sshuttle = sshuttle.__main__',
],
},
tests_require=['pytest', 'mock'],