mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 06:21:58 +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",
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user