Skip to content

Commit

Permalink
Make sure py.typed is added into package
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Nov 25, 2023
1 parent f925d52 commit 565b0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -32,7 +32,7 @@ dynamic = ["version", "readme"]
version = {attr = "syspath.__version__.__version__"}
readme = {file = "README.md", content-type="text/markdown"}

[options.package_data]
[tool.setuptools.package-data]
syspath = ["py.typed"]

[tool.ruff]
Expand Down

0 comments on commit 565b0b2

Please sign in to comment.