diff --git a/setup.py b/setup.py index 58b4784..fecf822 100755 --- a/setup.py +++ b/setup.py @@ -48,5 +48,6 @@ setup( 'sshuttle = sshuttle.__main__', ], }, + tests_require=['pytest', 'mock'], keywords="ssh vpn", )