diff --git a/pyproject.toml b/pyproject.toml index c348ddf..28e961f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "" authors = ["Mike Kalange "] readme = "README.md" -packages = [{include = "protobuf"}] +packages = [{include = "rbproto"}] [tool.poetry.dependencies] python = ">=3.10,<3.12" diff --git a/protobuf/__init__.py b/rbproto/__init__.py similarity index 100% rename from protobuf/__init__.py rename to rbproto/__init__.py diff --git a/protobuf/python/shot_pb2.py b/rbproto/python/shot_pb2.py similarity index 100% rename from protobuf/python/shot_pb2.py rename to rbproto/python/shot_pb2.py diff --git a/protobuf/python/shot_pb2.pyi b/rbproto/python/shot_pb2.pyi similarity index 100% rename from protobuf/python/shot_pb2.pyi rename to rbproto/python/shot_pb2.pyi diff --git a/protobuf/shot.proto b/rbproto/shot.proto similarity index 100% rename from protobuf/shot.proto rename to rbproto/shot.proto diff --git a/protobuf/ts/shot.ts b/rbproto/ts/shot.ts similarity index 100% rename from protobuf/ts/shot.ts rename to rbproto/ts/shot.ts