Generate __init__.py files

This commit is contained in:
Daniel G. Taylor
2019-10-12 10:16:05 -07:00
parent dcb7102d92
commit 130acfffa3
3 changed files with 28 additions and 5 deletions

View File

@@ -18,6 +18,6 @@ jinja2 = "*"
python_version = "3.7"
[scripts]
plugin = "protoc --plugin=protoc-gen-custom=protoc-gen-betterpy.py --custom_out=."
plugin = "protoc --plugin=protoc-gen-custom=protoc-gen-betterpy.py --custom_out=output"
generate = "python betterproto/tests/generate.py"
test = "pytest ./betterproto/tests"