Skip to content

Commit c80f1eb

Browse files
authored
Fix "FileNotFoundError" due to "schema.json" not installed (#132)
1 parent 0e7104e commit c80f1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
install_requires=dependencies,
3434
python_requires=">=3.8",
3535
package_data={
36-
"pytest_mypy_plugins": ["py.typed"],
36+
"pytest_mypy_plugins": ["py.typed", "schema.json"],
3737
},
3838
classifiers=[
3939
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)