diff options
author | Eric Lin <anselor@gmail.com> | 2021-01-05 13:19:10 -0500 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2021-01-21 10:23:22 -0500 |
commit | f433b94ece8784221c3b4a3af50b602dd9789ad9 (patch) | |
tree | a2c884079a867a6928f710e786152a4426943e8c /plugins/ext_test/setup.py | |
parent | ad81482cf8fb7d737960684bd4d940d3e02a8877 (diff) | |
download | cmd2-git-plugin_version.tar.gz |
Removed relative_toplugin_version
Diffstat (limited to 'plugins/ext_test/setup.py')
-rw-r--r-- | plugins/ext_test/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ext_test/setup.py b/plugins/ext_test/setup.py index 1e989824..70b264b5 100644 --- a/plugins/ext_test/setup.py +++ b/plugins/ext_test/setup.py @@ -13,7 +13,6 @@ with open(os.path.join(here, 'README.md'), encoding='utf-8') as f: scm_version = { 'root': '../..', - 'relative_to': __file__, 'git_describe_command': 'git describe --dirty --tags --long --match "plugin-ext-test*"', } |