Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ packages = [
{ include = "usp" }
]

include = ["usp/py.typed"]

[tool.poetry.dependencies]
# Specify upper bound for locking
python = ">=3.9,<4.0"
Expand Down Expand Up @@ -106,4 +108,4 @@ log_cli = true
log_cli_level = "DEBUG"
filterwarnings = [
"error::pytest.PytestUnraisableExceptionWarning"
]
]
1 change: 1 addition & 0 deletions usp/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@