From c1859045c8d439932fac9ceb5203a400db609533 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Tue, 5 Jan 2021 13:19:10 -0500 Subject: Removed relative_to --- plugins/ext_test/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') 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*"', } -- cgit v1.2.1