mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
21 lines
527 B
Diff
21 lines
527 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',
|
|
@@ -91,8 +91,8 @@
|
|
}
|
|
|
|
setup(
|
|
+ version="%VERSION%",
|
|
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',
|