Skip to content

Commit

Permalink
fix: add PEP 561 py.typed marker file (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Bond <federicobond@gmail.com>
  • Loading branch information
federicobond authored Nov 7, 2023
1 parent d558bb1 commit db50494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added openfeature/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ Homepage = "https://github.com/open-feature/python-sdk"
[tool.isort]
profile = "black"
multi_line_output = 3

[tool.setuptools.package-data]
openfeature = ["py.typed"]

0 comments on commit db50494

Please sign in to comment.