Skip to content

Commit 3c5a9b8

Browse files
committed
1 parent cb4ca0b commit 3c5a9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate-messages/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "translate-messages"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Translate en/messages.json to other locales."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66
readme = 'README.md'
@@ -11,7 +11,7 @@ translate-msgs = "translate_messages.__main__:main"
1111
translate-messages = "translate_messages.__main__:main"
1212

1313
[tool.setuptools.packages.find]
14-
where = ["."]
14+
where = ["src"]
1515

1616
[tool.setuptools.package-data]
1717
"*" = ["package-data.json", "*.md"]

0 commit comments

Comments
 (0)