mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-23 18:58:59 +02:00
Add pytest-runner support
This commit is contained in:
parent
a43c668dde
commit
22b1b54bfd
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setup(
|
|||||||
'write_to': "sshuttle/version.py",
|
'write_to': "sshuttle/version.py",
|
||||||
'version_scheme': version_scheme,
|
'version_scheme': version_scheme,
|
||||||
},
|
},
|
||||||
setup_requires=['setuptools_scm'],
|
setup_requires=['setuptools_scm', 'pytest-runner'],
|
||||||
# version=version,
|
# version=version,
|
||||||
url='https://github.com/sshuttle/sshuttle',
|
url='https://github.com/sshuttle/sshuttle',
|
||||||
author='Brian May',
|
author='Brian May',
|
||||||
|
Loading…
Reference in New Issue
Block a user