Skip to content

Commit 1abab67

Browse files
committed
Include 'py.typed' to the package data.
1 parent af6b4be commit 1abab67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ Issues = "https://github.com/Aermoss/PySDL3/issues"
3131

3232
[tool.setuptools]
3333
packages = ["sdl3"]
34-
include-package-data = true
3534

3635
[tool.setuptools.package-data]
37-
"sdl3" = ["*.py"]
36+
"sdl3" = ["py.typed"]
3837

3938
[tool.setuptools.dynamic]
4039
version = {attr = "sdl3.__version__"}

0 commit comments

Comments
 (0)