mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
remove setuptools-scm
This commit is contained in:
parent
77eb8167c4
commit
98233530a0
@ -1,2 +1 @@
|
|||||||
setuptools-scm==7.0.5
|
|
||||||
Sphinx==5.1.1
|
Sphinx==5.1.1
|
||||||
|
11
setup.py
11
setup.py
@ -20,19 +20,8 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
def version_scheme(version):
|
|
||||||
from setuptools_scm.version import guess_next_dev_version
|
|
||||||
version = guess_next_dev_version(version)
|
|
||||||
return version.lstrip("v")
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="sshuttle",
|
name="sshuttle",
|
||||||
use_scm_version={
|
|
||||||
'write_to': "sshuttle/version.py",
|
|
||||||
'version_scheme': version_scheme,
|
|
||||||
},
|
|
||||||
setup_requires=['setuptools_scm'],
|
|
||||||
# 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