1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/testing/py3-cmd2/remove-setuptools_scm.patch
2021-05-29 10:37:14 +00:00

21 lines
587 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@
Topic :: Software Development :: Libraries :: Python Modules
""".splitlines()))) # noqa: E128
-SETUP_REQUIRES = ['setuptools >= 34.4', 'setuptools_scm >= 3.0']
+SETUP_REQUIRES = ['setuptools >= 34.4']
INSTALL_REQUIRES = [
'attrs >= 16.3.0',
@@ -77,9 +77,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',