Skip to content

Commit

Permalink
Add translate folder to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Dec 31, 2023
1 parent aee5c55 commit 3c8c457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
],
package_data={"labelme": ["icons/*", "config/*.yaml"]},
package_data={"labelme": ["icons/*", "config/*.yaml", "translate/*"]},
entry_points={
"console_scripts": [
"labelme=labelme.__main__:main",
Expand Down

0 comments on commit 3c8c457

Please sign in to comment.