Skip to content

Commit

Permalink
Add py.typed marker for PEP 561
Browse files Browse the repository at this point in the history
- include in dist package

Signed-off-by: mimir-d <[email protected]>
  • Loading branch information
mimir-d committed Aug 21, 2024
1 parent 4f7f9fd commit 9e20eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ name = "ocptv"
version = "0.1.6"
description = "OCP Test & Validation project api"
authors = ["OCP Test & Validation <[email protected]>"]

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

1 change: 1 addition & 0 deletions src/ocptv/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. This package uses inline types.

0 comments on commit 9e20eb5

Please sign in to comment.