Add Protobuf with Testing + Codegen #7
@ -1 +0,0 @@
|
||||
from protobuf.python import *
|
1
protobuf/__init__.py
Normal file
1
protobuf/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .python import *
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Mike Kalange <countablecloud@gmail.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "railbird_gql"}]
|
||||
packages = [{include = "protobuf"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<3.12"
|
||||
|
Loading…
Reference in New Issue
Block a user