Adds py.typed for typing support according to pep 561 (#135)

This commit is contained in:
Martin Kuntz Jacobsen 2024-11-17 02:19:19 +01:00 committed by GitHub
parent ada4b1ca63
commit 623b9c12cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 0 deletions

View file

@ -38,6 +38,7 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
],
package_data={"raylib": ["py.typed"], "pyray": ["py.typed"]},
packages=["raylib", "pyray"],
include_package_data=True,
setup_requires=["cffi>=1.17.1"],