diff --git a/django_stubs_ext/setup.py b/django_stubs_ext/setup.py index ae3d9dd..dfeacc2 100644 --- a/django_stubs_ext/setup.py +++ b/django_stubs_ext/setup.py @@ -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",