From ae62f5f4672c2fd68ed77471ee819a79ec86b25d Mon Sep 17 00:00:00 2001 From: ckunki Date: Tue, 26 Nov 2024 08:17:27 +0100 Subject: [PATCH] #173: Added file py.typed --- doc/changes/unreleased.md | 9 ++++++--- py.typed | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 py.typed diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index 9b53268..0927ee8 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -5,8 +5,11 @@ * #158: Implemented operator `__eq__` for BucketPath to compare string representation ## Internal -- Relock dependencies -- Dropped the support for Python 3.8 + +* Relock dependencies +* Dropped the support for Python 3.8 ## Refactoring -- #170: Moved the tests from using pytest-exasol-saas to pytest-exasol-backend. + +* #170: Moved the tests from using pytest-exasol-saas to pytest-exasol-backend. +* #173: Added file `py.typed` diff --git a/py.typed b/py.typed new file mode 100644 index 0000000..fdfc8d7 --- /dev/null +++ b/py.typed @@ -0,0 +1,2 @@ +# This file adds type hints to the wheel published to pypi and enables other +# projects importing exasol.bucketfs without ignoring typing.