Mercurial > libervia-backend
diff setup.py @ 3573:813595f88612
merge changes from main branch
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 Jun 2021 13:05:58 +0200 |
parents | 60d3861e5996 bb87ddfdde58 |
children | 8dd5e1bac9c3 |
line wrap: on
line diff
--- a/setup.py Thu Jun 03 15:21:43 2021 +0200 +++ b/setup.py Thu Jun 17 13:05:58 2021 +0200 @@ -66,6 +66,8 @@ with open(os.path.join(NAME, 'VERSION')) as f: VERSION = f.read().strip() is_dev_version = VERSION.endswith('D') +if is_dev_version: + install_requires.append("setuptools_scm") def sat_dev_version():