mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
Update Makefiles.
This commit is contained in:
5
api/python/Makefile
vendored
5
api/python/Makefile
vendored
@ -4,14 +4,11 @@ PROTOC := python -m grpc_tools.protoc
|
||||
PROTOC_ARGS := -I=/googleapis -I=proto --python_out=src --grpc_python_out=src
|
||||
PACKAGE_NAME := import \"chirpstack-api/
|
||||
|
||||
all: requirements pre-build version common gw api integration meta
|
||||
all: requirements pre-build common gw api integration meta
|
||||
|
||||
requirements:
|
||||
pip install grpcio-tools
|
||||
|
||||
version:
|
||||
sed -i 's/version.*/version = "$(VERSION)",/g' ./src/setup.py
|
||||
|
||||
# See: https://github.com/protocolbuffers/protobuf/issues/7061
|
||||
pre-build:
|
||||
rm -rf proto
|
||||
|
2
api/python/src/setup.py
vendored
2
api/python/src/setup.py
vendored
@ -18,7 +18,7 @@ CLASSIFIERS = [
|
||||
|
||||
setup(
|
||||
name='chirpstack-api',
|
||||
version = "4.0.0",
|
||||
version = "4.0.0-test.1",
|
||||
url='https://github.com/brocaar/chirpstack-api',
|
||||
author='Orne Brocaar',
|
||||
author_email='info@brocaar.com',
|
||||
|
Reference in New Issue
Block a user