@@ -24,35 +24,35 @@ dependencies = [
2424]
2525requires-python = " >=3.6,<4.0"
2626keywords = [
27- " translate" ,
28- " translation" ,
29- " messages" ,
30- " i18n" ,
3127 " chrome" ,
28+ " i18n" ,
29+ " messages" ,
3230 " mymemory" ,
31+ " translate" ,
32+ " translation" ,
3333]
3434classifiers = [
3535 " Development Status :: 5 - Production/Stable" ,
3636 " Intended Audience :: Developers" ,
3737 " Natural Language :: English" ,
38- " Topic :: File Formats :: JSON" ,
39- " Topic :: Software Development :: Build Tools" ,
40- " Topic :: Software Development :: Localization" ,
4138 " Programming Language :: Python :: 3" ,
4239 " Programming Language :: Python :: 3.6" ,
4340 " Programming Language :: Python :: 3.7" ,
4441 " Programming Language :: Python :: 3.8" ,
4542 " Programming Language :: Python :: 3.9" ,
43+ " Topic :: File Formats :: JSON" ,
44+ " Topic :: Software Development :: Build Tools" ,
45+ " Topic :: Software Development :: Localization" ,
4646]
4747
4848[project .urls ]
49- Homepage = " https://github.com/adamlui/python-utils/tree/main /translate-messages/#readme "
49+ Changelog = " https://github.com/adamlui/python-utils/releases/tag /translate-messages-1.1.0 "
5050Documentation = " https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
51- Repository = " https://github.com/adamlui/python-utils"
51+ Funding = " https://github.com/sponsors/adamlui"
52+ Homepage = " https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
5253Issues = " https://github.com/adamlui/python-utils/issues"
5354Releases = " https://github.com/adamlui/python-utils/releases"
54- Funding = " https://github.com/sponsors/adamlui"
55- Changelog = " https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.1.0"
55+ Repository = " https://github.com/adamlui/python-utils"
5656
5757[project .scripts ]
5858translate-msgs = " translate_messages.__main__:main"
0 commit comments