Adds py.typed for typing support according to pep 561 (#135)
This commit is contained in:
parent
ada4b1ca63
commit
623b9c12cc
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,
|
||||||
setup_requires=["cffi>=1.17.1"],
|
setup_requires=["cffi>=1.17.1"],
|
||||||
|
|
Reference in a new issue