Compare commits

...

2 Commits
v0.74 ... v0.75

Author SHA1 Message Date
45f572f7a8 Version 0.75 2016-01-12 12:29:08 +11:00
e7fe040e10 Revert "fixes the sshuttle entry-point in setup.py"
See #57 for details.

This reverts commit b4b283b214.
2016-01-12 12:25:04 +11:00
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Release 0.75 (Jan 12, 2016)
===========================
* Revert change that broke sshuttle entry point.
Release 0.74 (Jan 10, 2016)
===========================

View File

@ -1 +1 @@
0.74
0.75

View File

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