add py.typed file for riscemu to declare itself as a typed python package (#21)

* add py.typed to setup.py package_data

* create py.typed file

* move py.typed
master
Sasha Lopoukhine 1 year ago committed by GitHub
parent a217705d1f
commit 5a23804ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ setuptools.setup(
"riscemu.types",
],
package_data={
"riscemu": ["libc/*.s"],
"riscemu": ["libc/*.s", "py.typed"],
},
scripts=["riscemu/tools/riscemu"],
python_requires=">=3.8",

Loading…
Cancel
Save