Skip to content

Commit

Permalink
chore: mark package as PEP 561 compliant (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored Apr 22, 2024
1 parent 793399b commit 2d046da
Show file tree
Hide file tree
Showing 5 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-22)
### 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.
Empty file modified src/wiremind_kubernetes/utils.py
100755 → 100644
Empty file.

0 comments on commit 2d046da

Please sign in to comment.