summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2021-01-05 13:19:10 -0500
committeranselor <anselor@gmail.com>2021-01-22 10:38:44 -0500
commitc1859045c8d439932fac9ceb5203a400db609533 (patch)
treea2c884079a867a6928f710e786152a4426943e8c
parent554c0d136115353a4390029cffad753d9e21072f (diff)
downloadcmd2-git-c1859045c8d439932fac9ceb5203a400db609533.tar.gz
Removed relative_to
-rw-r--r--plugins/ext_test/setup.py1
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*"',
}