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

Commit

Permalink
setup.py: add setuptools_scm to setup_requires
Browse files Browse the repository at this point in the history
required in order to make 'use_scm_version' parameter work

Signed-off-by: Enrico Joerns <[email protected]>
  • Loading branch information
ejoerns committed Nov 20, 2017
1 parent 796ac36 commit 79421c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
license='LGPL-2.1',
use_scm_version=True,
url='https://github.com/rauc/rauc-hawkbit',
setup_requires=['setuptools_scm'],
install_requires=[
'aiohttp>=2.0.0',
'gbulb>=0.5'
Expand Down

0 comments on commit 79421c1

Please sign in to comment.