Skip to content

Commit aa2d19b

Browse files
committed
Fix path to tkextrafont package target
1 parent db163d3 commit aa2d19b

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
@@ -161,7 +161,7 @@ def copy_to_target(self, target: str):
161161
continue
162162

163163
specials = {}
164-
DependencyWalker("tkextrafont/libextrafont.dll", specials=specials).copy_to_target("extrafont")
164+
DependencyWalker("tkextrafont/libextrafont.dll", specials=specials).copy_to_target("tkextrafont")
165165
kwargs = {"package_data": {"extrafont": ["*.dll", "pkgIndex.tcl", "extrafont.tcl"] + ["{}/{}".format(dir.strip("/"), base) for base, dir in specials.items()]}}
166166

167167
else:

0 commit comments

Comments
 (0)