summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 765e799..d7428f9 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
'write_to': "sshuttle/version.py",
'version_scheme': version_scheme,
},
- setup_requires=['setuptools_scm'],
+ setup_requires=['setuptools_scm', 'pytest-runner'],
# version=version,
url='https://github.com/sshuttle/sshuttle',
author='Brian May',