Skip to content

Commit 4c9c04b

Browse files
committed
Update package_data directive for Windows build
1 parent f866699 commit 4c9c04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def copy_to_target(self, target: str):
168168
specials = {}
169169
DependencyWalker("libextrafont.dll", specials=specials).copy_to_target("tkextrafont")
170170
kwargs = {"package_data": {
171-
"extrafont": ["*.dll", "pkgIndex.tcl", "extrafont.tcl", "fontnameinfo.tcl", "futmp.tcl"] + [
171+
"tkextrafont": ["*.dll", "pkgIndex.tcl", "extrafont.tcl", "fontnameinfo.tcl", "futmp.tcl"] + [
172172
"{}/{}".format(dir.strip("/"), base) for base, dir in specials.items()]}}
173173

174174
else:

0 commit comments

Comments
 (0)