mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 07:47:09 +08:00
Add py.typed to package distribution of django_stubs_ext. (#694)
This commit is contained in:
@@ -25,6 +25,7 @@ setup(
|
|||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=dependencies,
|
install_requires=dependencies,
|
||||||
packages=["django_stubs_ext", *find_packages(exclude=["scripts"])],
|
packages=["django_stubs_ext", *find_packages(exclude=["scripts"])],
|
||||||
|
package_data={"django_stubs_ext": ["py.typed"]},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|||||||
Reference in New Issue
Block a user