Skip to content

Commit

Permalink
Merge pull request #4 from coherent-oss/chore/pytyped
Browse files Browse the repository at this point in the history
chore: Adds py.typed to package data
  • Loading branch information
bswck authored Jul 2, 2024
2 parents 7d780b9 + fac21bd commit 6548a03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ignore_missing_imports = True
# required to support namespace packages
# https://github.com/python/mypy/issues/14057
explicit_package_bases = True
mypy_path = src
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ Homepage = "https://github.com/coherent-oss/kubedantic"
[project.scripts]

[tool.setuptools_scm]

[tool.setuptools.package-data]
kubedantic = ["py.typed"]
Empty file added src/kubedantic/py.typed
Empty file.

0 comments on commit 6548a03

Please sign in to comment.