Add Protobuf with Testing + Codegen #7

Merged
colonelpanic merged 12 commits from mk/add-protobuf into master 2024-05-22 11:27:55 -06:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit f6737b0d05 - Show all commits

View File

@ -1 +0,0 @@
from protobuf.python import *

1
protobuf/__init__.py Normal file
View File

@ -0,0 +1 @@
from .python import *

View File

@ -4,7 +4,7 @@ version = "0.1.0"
description = "" description = ""
authors = ["Mike Kalange <countablecloud@gmail.com>"] authors = ["Mike Kalange <countablecloud@gmail.com>"]
readme = "README.md" readme = "README.md"
packages = [{include = "railbird_gql"}] packages = [{include = "protobuf"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<3.12" python = ">=3.10,<3.12"