Skip to content

Commit

Permalink
Add py.typed marker file to package (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Nov 29, 2023
1 parent dd59b62 commit 0f36c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "darbiadev-shipping"
version = "0.5.0"
version = "0.5.1"
description = "darbiadev-shipping"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -44,6 +44,9 @@ docs = [
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

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

[tool.ruff]
preview = true
unsafe-fixes = true
Expand Down
1 change: 1 addition & 0 deletions src/darbiadev_shipping/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561.

0 comments on commit 0f36c00

Please sign in to comment.