Skip to content

Commit 37eb4fa

Browse files
committed
Corrected project.where
1 parent 94e36d2 commit 37eb4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)