mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-03 16:21:17 +02:00
Revert "fixes the sshuttle entry-point in setup.py"
See #57 for details.
This reverts commit b4b283b214
.
This commit is contained in:
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ setup(
|
|||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'sshuttle = sshuttle:__main__',
|
'sshuttle = sshuttle.__main__',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tests_require=['pytest', 'mock'],
|
tests_require=['pytest', 'mock'],
|
||||||
|
Reference in New Issue
Block a user