summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9336be4d..b0868fec 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,9 @@ EXTRAS_REQUIRE = {
setup(
name="cmd2",
- use_scm_version=True,
+ 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',