Skip to content

Commit 623b9c1

Browse files
authored
Adds py.typed for typing support according to pep 561 (electronstudio#135)
1 parent ada4b1c commit 623b9c1

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

pyray/py.typed

Whitespace-only changes.

raylib/py.typed

Whitespace-only changes.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def has_ext_modules(foo):
3838
"Programming Language :: Python :: 3.8",
3939
"Programming Language :: Python :: 3.7",
4040
],
41+
package_data={"raylib": ["py.typed"], "pyray": ["py.typed"]},
4142
packages=["raylib", "pyray"],
4243
include_package_data=True,
4344
setup_requires=["cffi>=1.17.1"],

0 commit comments

Comments
 (0)