Add __version__ attribute to package

This commit is contained in:
Vasili Syrakis
2021-03-31 11:31:47 +11:00
committed by Basileus
parent 342e6559dc
commit 7a358a63cf
5 changed files with 301 additions and 279 deletions

View File

@@ -32,11 +32,13 @@ pytest = "^5.4.2"
pytest-asyncio = "^0.12.0"
pytest-cov = "^2.9.0"
pytest-mock = "^3.1.1"
toml = "^0.10.1"
tox = "^3.15.1"
sphinx = "3.1.2"
sphinx-rtd-theme = "0.5.0"
asv = "^0.4.2"
[tool.poetry.scripts]
protoc-gen-python_betterproto = "betterproto.plugin:main"