We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.scripts
1 parent 8c8f687 commit ddea12bCopy full SHA for ddea12b
1 file changed
translate-messages/pyproject.toml
@@ -7,8 +7,8 @@ readme = 'README.md'
7
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]
8
9
[project.scripts]
10
-translate-msgs = "translate.__main__:main"
11
-translate-messages = "translate.__main__:main"
+translate-msgs = "translate_messages.__main__:main"
+translate-messages = "translate_messages.__main__:main"
12
13
[tool.setuptools.packages.find]
14
where = ["."]
0 commit comments