From 1be777305ac379d78f5270cb6bbc79e72a572f63 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Thu, 11 May 2023 21:56:39 +0200 Subject: [PATCH] Changed i10n to i18n --- libbot/{i11n => i18n}/__init__.py | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename libbot/{i11n => i18n}/__init__.py (100%) diff --git a/libbot/i11n/__init__.py b/libbot/i18n/__init__.py similarity index 100% rename from libbot/i11n/__init__.py rename to libbot/i18n/__init__.py diff --git a/setup.py b/setup.py index 5fe86d6..84d4afe 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( }, packages=[ "libbot", - "libbot.i11n", + "libbot.i18n", "libbot.sync", ], install_requires=["aiofiles~=23.1.0", "ujson==5.7.0"],