Skip to content

Commit

Permalink
Updating version tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
anselor committed Jun 7, 2021
1 parent c30c2de commit 5700c57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist
.coverage
htmlcov
junit
coverage.xml

# PyCharm
.idea
Expand Down
10 changes: 5 additions & 5 deletions plugins/ext_test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

scm_version = {
'root': '../..',
'git_describe_command': 'git describe --dirty --tags --long --match "plugin-ext-test*"',
}
# scm_version = {
# 'root': '../..',
# 'git_describe_command': "git describe --dirty --tags --long --match plugin-ext-test*",
# }

PACKAGE_DATA = {
'cmd2_ext_test': ['py.typed'],
}

setuptools.setup(
name='cmd2-ext-test',
version=scm_version,
version='2.0.0',
description='External test plugin for cmd2. Allows for external invocation of commands as if from a cmd2 pyscript',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5700c57

Please sign in to comment.