move init, add tweek

This commit is contained in:
Mike Kalange 2024-05-21 15:51:17 -06:00
parent 3d4710b2ab
commit f6737b0d05
3 changed files with 2 additions and 2 deletions

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"