diff options
-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*"', } |