mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 15:31:55 +08:00
Add typing to mypy plugin (#804)
This commit is contained in:
0
mypy_django_plugin/py.typed
Normal file
0
mypy_django_plugin/py.typed
Normal file
5
setup.py
5
setup.py
@@ -45,7 +45,10 @@ setup(
|
|||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=dependencies,
|
install_requires=dependencies,
|
||||||
packages=["django-stubs", *find_packages(exclude=["scripts"])],
|
packages=["django-stubs", *find_packages(exclude=["scripts"])],
|
||||||
package_data={"django-stubs": find_stub_files("django-stubs")},
|
package_data={
|
||||||
|
"django-stubs": find_stub_files("django-stubs"),
|
||||||
|
"mypy_django_plugin": ["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