mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 06:21:58 +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",
|
||||
install_requires=dependencies,
|
||||
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=[
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
|
||||
Reference in New Issue
Block a user