diff options
Diffstat (limited to 'plugins/ext_test/setup.py')
-rw-r--r-- | plugins/ext_test/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ext_test/setup.py b/plugins/ext_test/setup.py index 41d97316..71d87e49 100644 --- a/plugins/ext_test/setup.py +++ b/plugins/ext_test/setup.py @@ -13,6 +13,7 @@ with open(os.path.join(here, 'README.md'), encoding='utf-8') as f: setuptools.setup( name='cmd2-ext-test', version='0.2.0', + # TODO: Figure out why this doesn't work on CI Server # use_scm_version={ # 'root': '../..', # 'relative_to': __file__, |