We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7104e commit c80f1ebCopy full SHA for c80f1eb
setup.py
@@ -33,7 +33,7 @@
33
install_requires=dependencies,
34
python_requires=">=3.8",
35
package_data={
36
- "pytest_mypy_plugins": ["py.typed"],
+ "pytest_mypy_plugins": ["py.typed", "schema.json"],
37
},
38
classifiers=[
39
"Development Status :: 4 - Beta",
0 commit comments