Skip to content

Commit 5d99b95

Browse files
Merge pull request #179 from diffCheckOrg/fix/mypy_check_of_setupdotpy
fix-wip: again a small type hiunt fix for mypy
2 parents 93e4c38 + 3165a68 commit 5d99b95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gh/diffCheck/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"Programming Language :: Python :: 3.9",
2525
],
2626
include_package_data=True,
27-
# type: ignore[misc]
28-
package_data={
27+
package_data={ # type: ignore[misc]
2928
"diffCheck": ["diffCheck/dlls/*.dll", "*.pyd"]
3029
},
3130
)

0 commit comments

Comments
 (0)