Skip to content

Commit

Permalink
chore: mark package as PEP 561 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 committed Apr 22, 2024
1 parent 793399b commit a9c7203
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# wiremind-kubernetes

## v7.4.4 (2024-04-19)
### Chore
- mark package as PEP 561-compliant for type hints

## v7.4.3 (2024-04-19)
### Fix
- correct class attributes typing
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.3
7.4.4
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
license="LGPLv3+",
packages=find_packages("src"),
package_dir={"": "src"},
package_data={"wiremind_kubernetes": ["py.typed"]},
include_package_data=True,
zip_safe=True,
install_requires=[
Expand Down
Empty file.

0 comments on commit a9c7203

Please sign in to comment.