Skip to content

Commit 4b52119

Browse files
committed
Alphabetized project.<keywords|classifiers|urls>
1 parent 960f02e commit 4b52119

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ dependencies = [
2222
]
2323
requires-python = ">=3.6,<4.0"
2424
keywords = [
25-
"json",
2625
"data",
26+
"json",
2727
]
2828
classifiers = [
2929
"Development Status :: 5 - Production/Stable",
3030
"Intended Audience :: Developers",
3131
"Natural Language :: English",
32-
"Topic :: File Formats :: JSON",
3332
"Programming Language :: Python :: 3",
3433
"Programming Language :: Python :: 3.6",
3534
"Programming Language :: Python :: 3.7",
3635
"Programming Language :: Python :: 3.8",
3736
"Programming Language :: Python :: 3.9",
37+
"Topic :: File Formats :: JSON",
3838
]
3939

4040
[project.urls]
41-
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
41+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.0.0"
4242
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
43-
Repository = "https://github.com/adamlui/python-utils"
43+
Funding = "https://github.com/sponsors/adamlui"
44+
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
4445
Issues = "https://github.com/adamlui/python-utils/issues"
4546
Releases = "https://github.com/adamlui/python-utils/releases"
46-
Funding = "https://github.com/sponsors/adamlui"
47-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.0.0"
47+
Repository = "https://github.com/adamlui/python-utils"
4848

4949
[project.scripts]
5050
remove-json-keys = "remove_json_keys.__main__:main"

translate-messages/pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,35 +24,35 @@ dependencies = [
2424
]
2525
requires-python = ">=3.6,<4.0"
2626
keywords = [
27-
"translate",
28-
"translation",
29-
"messages",
30-
"i18n",
3127
"chrome",
28+
"i18n",
29+
"messages",
3230
"mymemory",
31+
"translate",
32+
"translation",
3333
]
3434
classifiers = [
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"
5050
Documentation = "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"
5253
Issues = "https://github.com/adamlui/python-utils/issues"
5354
Releases = "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]
5858
translate-msgs = "translate_messages.__main__:main"

0 commit comments

Comments
 (0)