Skip to content

Commit b45dad9

Browse files
committed
Added assets/ascii/*.txt to tool.setuptools.package-data ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent d4e1df6 commit b45dad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ translate-messages = "translate_messages.__main__:main"
1414
where = ["src"]
1515

1616
[tool.setuptools.package-data]
17-
"*" = ["package-data.json", "*.md"]
17+
"*" = ["package-data.json", "*.md", "assets/ascii/*.txt"]

0 commit comments

Comments
 (0)