Add py.typed to package distribution of django_stubs_ext. (#694)

This commit is contained in:
PIG208
2021-08-15 22:52:44 +08:00
committed by GitHub
parent 8674c48c59
commit a6a81797d3

View File

@@ -25,6 +25,7 @@ setup(
python_requires=">=3.6",
install_requires=dependencies,
packages=["django_stubs_ext", *find_packages(exclude=["scripts"])],
package_data={"django_stubs_ext": ["py.typed"]},
classifiers=[
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",