diff --git a/makefile b/makefile index e349a19..989f986 100644 --- a/makefile +++ b/makefile @@ -32,7 +32,7 @@ grpc-client: install download @mkdir -p $(OUTPUT) # protoc doesn't create the __init__.py for the nitric module, so we need to create it. @mkdir -p $(OUTPUT)/nitric/ - @touch $(OUTPUT)/nitric/__init.py__ + @touch $(OUTPUT)/nitric/__init__.py @python3 -m grpc_tools.protoc -I $(CONTRACTS) --python_betterproto_out=$(OUTPUT) ./contracts/proto/*/*/*.proto diff --git a/nitric/proto/nitric/__init.py__ b/nitric/proto/nitric/__init__.py similarity index 100% rename from nitric/proto/nitric/__init.py__ rename to nitric/proto/nitric/__init__.py