Move betterproto → src/betterproto

This change avoids some nasty import issues and also ensures that the
right code is tested and arbitrary code is not included when packaging.
This commit is contained in:
Arun Babu Neelicattu
2020-07-10 14:23:41 +02:00
committed by Bouke Versteegh
parent cebf9176a3
commit 459d12b24d
19 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,9 @@ readme = "README.md"
repository = "https://github.com/danielgtaylor/python-betterproto"
keywords = ["protobuf", "gRPC"]
license = "MIT"
exclude = ["betterproto/tests"]
packages = [
{ include = "betterproto", from = "src" }
]
[tool.poetry.dependencies]
python = "^3.6"