1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

For release, fix for docker image

This commit is contained in:
zbeacon
2022-01-10 08:52:18 +02:00
parent 246c6c9595
commit 943b368e59
2 changed files with 6 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
VERSION = "3.0"
VERSION = "3.0.1"
setup(
version=VERSION,
@@ -59,7 +59,9 @@ setup(
'requests',
'PyInquirer',
'pyfiglet',
'termcolor'
'termcolor',
'grpcio',
'protobuf'
],
download_url='https://github.com/thingsboard/thingsboard-gateway/archive/%s.tar.gz' % VERSION,
entry_points={

View File

@@ -1,6 +1,6 @@
%define name thingsboard-gateway
%define version 3.0
%define unmangled_version 3.0
%define version 3.0.1
%define unmangled_version 3.0.1
%define release 1
Summary: Thingsboard Gateway for IoT devices.