Unverified Commit e2c0208c authored by Brian Yarbrough's avatar Brian Yarbrough Committed by GitHub
Browse files

Add py.typed for PEP 561 compliance (#5326)

See #5325
parent bd72927c
......@@ -255,6 +255,7 @@ setup(
url="https://github.com/huggingface/diffusers",
package_dir={"": "src"},
packages=find_packages("src"),
package_data={"diffusers": ["py.typed"]},
include_package_data=True,
python_requires=">=3.8.0",
install_requires=list(install_requires),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment