1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/sshuttle/no-scm.patch
Natanael Copa 02847152f7 testing/sshuttle: new aport
Transparent proxy server using ssh
https://github.com/sshuttle/sshuttle
2020-01-15 10:41:16 +01:00

18 lines
492 B
Diff

diff --git a/setup.py b/setup.py
index d5f3c7e..b90473d 100755
--- a/setup.py
+++ b/setup.py
@@ -28,12 +28,7 @@ def version_scheme(version):
setup(
name="sshuttle",
- use_scm_version={
- 'write_to': "sshuttle/version.py",
- 'version_scheme': version_scheme,
- },
- setup_requires=['setuptools_scm'],
- # version=version,
+ #version="",
url='https://github.com/sshuttle/sshuttle',
author='Brian May',
author_email='brian@linuxpenguins.xyz',