From 324ec1e8fdb9d5d1a556283c28599d66b9a2cdba Mon Sep 17 00:00:00 2001 From: Mike Kalange Date: Tue, 21 May 2024 16:00:14 -0600 Subject: [PATCH] Rename rbproto --- pyproject.toml | 2 +- {protobuf => rbproto}/__init__.py | 0 {protobuf => rbproto}/python/shot_pb2.py | 0 {protobuf => rbproto}/python/shot_pb2.pyi | 0 {protobuf => rbproto}/shot.proto | 0 {protobuf => rbproto}/ts/shot.ts | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {protobuf => rbproto}/__init__.py (100%) rename {protobuf => rbproto}/python/shot_pb2.py (100%) rename {protobuf => rbproto}/python/shot_pb2.pyi (100%) rename {protobuf => rbproto}/shot.proto (100%) rename {protobuf => rbproto}/ts/shot.ts (100%) 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