Adds py.typed for typing support according to pep 561
This commit is contained in:
parent
252fc29c18
commit
091dfac296
3 changed files with 1 additions and 0 deletions
0
pyray/py.typed
Normal file
0
pyray/py.typed
Normal file
0
raylib/py.typed
Normal file
0
raylib/py.typed
Normal file
1
setup.py
1
setup.py
|
@ -38,6 +38,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
],
|
],
|
||||||
|
package_data={"raylib": ["py.typed"], "pyray": ["py.typed"]},
|
||||||
packages=["raylib", "pyray"],
|
packages=["raylib", "pyray"],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=["cffi>=1.17.0rc1"],
|
install_requires=["cffi>=1.17.0rc1"],
|
||||||
|
|
Reference in a new issue