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

Commit

Permalink
setup.py: prepare for using SCM version
Browse files Browse the repository at this point in the history
This will use the git version tag vor determining package version

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
  • Loading branch information
ejoerns authored and Enrico Jorns committed Jun 13, 2017
1 parent fa00fa6 commit 718fb1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
setup(
name='rauc_hawkbit',
description='hawkBit client for RAUC',
version='0.0',
author='Bastian Stender and Enrico Joerns',
author_email='entwicklung@pengutronix.de',
license='LGPL-2.1',
use_scm_version=True,
url='https://github.com/rauc/rauc-hawkbit',
install_requires=[
'aiohttp',
'gbulb==0.2'
Expand Down

0 comments on commit 718fb1c

Please sign in to comment.