We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93e4c38 + 3165a68 commit 5d99b95Copy full SHA for 5d99b95
1 file changed
src/gh/diffCheck/setup.py
@@ -24,8 +24,7 @@
24
"Programming Language :: Python :: 3.9",
25
],
26
include_package_data=True,
27
- # type: ignore[misc]
28
- package_data={
+ package_data={ # type: ignore[misc]
29
"diffCheck": ["diffCheck/dlls/*.dll", "*.pyd"]
30
},
31
)
0 commit comments