Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 79421c1

Browse files
committed
setup.py: add setuptools_scm to setup_requires
required in order to make 'use_scm_version' parameter work Signed-off-by: Enrico Joerns <ejo@pengutronix.de>
1 parent 796ac36 commit 79421c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
license='LGPL-2.1',
1212
use_scm_version=True,
1313
url='https://github.com/rauc/rauc-hawkbit',
14+
setup_requires=['setuptools_scm'],
1415
install_requires=[
1516
'aiohttp>=2.0.0',
1617
'gbulb>=0.5'

0 commit comments

Comments
 (0)