Skip to content

Commit

Permalink
#173: Added file py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 26, 2024
1 parent 7b16d26 commit ae62f5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 2 additions & 0 deletions py.typed
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ae62f5f

Please sign in to comment.