Skip to content
Snippets Groups Projects
Commit a1803b63 authored by antondmtvch's avatar antondmtvch
Browse files

update makefile

parent 770cecbc
No related branches found
No related tags found
1 merge request!29Реализован скрипт замены некорректных импортов
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -51,6 +51,7 @@ lint: install-build-requirements
generate: clean-proto install-build-requirements
find $(PROTO_FILES_DIR) -name '*.proto' -exec python3 -m grpc_tools.protoc -I${PROTO_FILES_DIR} --python_out=$(OUTPUT_FILES_DIR) --grpc_python_out=$(OUTPUT_FILES_DIR) {} +
python fix_imports.py
dist: clean generate
python setup.py sdist
......@@ -62,4 +63,3 @@ release: dist
install: clean generate install-requirements
python setup.py install
python fix_imports.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment