Adds py.typed for typing support according to pep 561

This commit is contained in:
TrapsterDK 2024-07-29 17:28:13 +02:00
parent 252fc29c18
commit 091dfac296
3 changed files with 1 additions and 0 deletions

0
pyray/py.typed Normal file
View file

0
raylib/py.typed Normal file
View file

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,
install_requires=["cffi>=1.17.0rc1"],