From 6ad6f2147f4f422f8612547d2a45c8fffc4d21e5 Mon Sep 17 00:00:00 2001 From: Michal Korbela Date: Fri, 27 Sep 2024 15:31:39 +0200 Subject: [PATCH] chore(deps): Deprecate pkg_resources. --- kw/__init__.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 kw/__init__.py diff --git a/kw/__init__.py b/kw/__init__.py deleted file mode 100644 index 5284146..0000000 --- a/kw/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__("pkg_resources").declare_namespace(__name__) diff --git a/setup.py b/setup.py index 6d461c9..b0d2e7e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="kiwi-json", - version="0.10.0", + version="0.10.1", url="https://github.com/kiwicom/kiwi-json", author="Kiwi.com platform team", author_email="platform@kiwi.com",