aports/testing/py3-cmd2/remove-setuptools_scm.patch
2021-06-07 18:13:26 +03:00

20 lines
498 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@
)
) # noqa: E128
-SETUP_REQUIRES = ['setuptools >= 34.4', 'setuptools_scm >= 3.0']
+SETUP_REQUIRES = ['setuptools >= 34.4']
INSTALL_REQUIRES = [
'attrs >= 16.3.0',
@@ -87,7 +87,6 @@
setup(
name="cmd2",
- use_scm_version={'git_describe_command': 'git describe --dirty --tags --long --exclude plugin-*'},
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',