move init, add tweek
This commit is contained in:
parent
3d4710b2ab
commit
f6737b0d05
@ -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 = ""
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user