11[build-system ]
2- requires = [" setuptools>=61.0" , " wheel" ]
2+ requires = [
3+ " setuptools>=61.0" ,
4+ " wheel" ,
5+ ]
36build-backend = " setuptools.build_meta"
47
58[project ]
69name = " translate-messages"
710version = " 1.1.0"
811description = " Translate en/messages.json (chrome.i18n format) to other locales."
9- authors = [{name = " Adam Lui" , email = " adam@kudoai.com" }]
12+ authors = [
13+ { name = " Adam Lui" , email = " adam@kudoai.com" },
14+ ]
1015readme = " README.md"
1116license = " MIT"
12- license-files = [" LICENSE.md" ]
13- dependencies = [" requests>=2.32.0,<3.0.0" , " translate>=3.8.0,<4.0.0" , " colorama>=0.4.6,<1.0.0" ]
17+ license-files = [
18+ " LICENSE.md" ,
19+ ]
20+ dependencies = [
21+ " requests>=2.32.0,<3.0.0" ,
22+ " translate>=3.8.0,<4.0.0" ,
23+ " colorama>=0.4.6,<1.0.0" ,
24+ ]
1425requires-python = " >=3.6,<4.0"
15- keywords = [" translate" , " translation" , " messages" , " i18n" , " chrome" , " mymemory" ]
26+ keywords = [
27+ " translate" ,
28+ " translation" ,
29+ " messages" ,
30+ " i18n" ,
31+ " chrome" ,
32+ " mymemory" ,
33+ ]
1634classifiers = [
17- " Development Status :: 5 - Production/Stable" ,
18- " Intended Audience :: Developers" ,
19- " Natural Language :: English" ,
20- " Topic :: Software Development :: Build Tools" ,
21- " Topic :: Software Development :: Localization" ,
22- " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.6" ,
24- " Programming Language :: Python :: 3.7" ,
25- " Programming Language :: Python :: 3.8" ,
26- " Programming Language :: Python :: 3.9" ,
35+ " Development Status :: 5 - Production/Stable" ,
36+ " Intended Audience :: Developers" ,
37+ " Natural Language :: English" ,
38+ " Topic :: Software Development :: Build Tools" ,
39+ " Topic :: Software Development :: Localization" ,
40+ " Programming Language :: Python :: 3" ,
41+ " Programming Language :: Python :: 3.6" ,
42+ " Programming Language :: Python :: 3.7" ,
43+ " Programming Language :: Python :: 3.8" ,
44+ " Programming Language :: Python :: 3.9" ,
2745]
2846
2947[project .urls ]
@@ -33,13 +51,20 @@ Repository = "https://github.com/adamlui/python-utils"
3351Issues = " https://github.com/adamlui/python-utils/issues"
3452Releases = " https://github.com/adamlui/python-utils/releases"
3553Funding = " https://github.com/sponsors/adamlui"
54+ Changelog = " https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.1.0"
3655
3756[project .scripts ]
3857translate-msgs = " translate_messages.__main__:main"
3958translate-messages = " translate_messages.__main__:main"
4059
4160[tool .setuptools .packages .find ]
42- where = [" src" ]
61+ where = [
62+ " src" ,
63+ ]
4364
4465[tool .setuptools .package-data ]
45- "*" = [" package_data.json" , " *.md" , " assets/ascii/*.txt" ]
66+ "*" = [
67+ " package_data.json" ,
68+ " *.md" ,
69+ " assets/ascii/*.txt" ,
70+ ]
0 commit comments