Skip to content

Commit f62dcf8

Browse files
committed
Added classifiers
1 parent 5a5bba8 commit f62dcf8

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,26 @@ keywords = [
2727
]
2828
classifiers = [
2929
"Development Status :: 5 - Production/Stable",
30+
"Environment :: Console",
3031
"Intended Audience :: Developers",
32+
"Intended Audience :: Information Technology",
33+
"Intended Audience :: Science/Research",
3134
"Natural Language :: English",
3235
"Operating System :: OS Independent",
3336
"Programming Language :: Python :: 3",
3437
"Programming Language :: Python :: 3.6",
3538
"Programming Language :: Python :: 3.7",
3639
"Programming Language :: Python :: 3.8",
3740
"Programming Language :: Python :: 3.9",
41+
"Programming Language :: Python :: 3.10",
42+
"Programming Language :: Python :: 3.11",
43+
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: 3.13",
45+
"Programming Language :: Python :: 3.14",
46+
"Programming Language :: Python :: 3.15",
3847
"Topic :: File Formats :: JSON",
3948
"Topic :: Software Development :: Build Tools",
49+
"Topic :: Utilities",
4050
]
4151

4252
[project.urls]

translate-messages/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,28 @@ keywords = [
3333
]
3434
classifiers = [
3535
"Development Status :: 5 - Production/Stable",
36+
"Environment :: Console",
3637
"Intended Audience :: Developers",
38+
"Intended Audience :: Information Technology",
39+
"Intended Audience :: Science/Research",
3740
"Natural Language :: English",
3841
"Operating System :: OS Independent",
3942
"Programming Language :: Python :: 3",
4043
"Programming Language :: Python :: 3.6",
4144
"Programming Language :: Python :: 3.7",
4245
"Programming Language :: Python :: 3.8",
4346
"Programming Language :: Python :: 3.9",
47+
"Programming Language :: Python :: 3.10",
48+
"Programming Language :: Python :: 3.11",
49+
"Programming Language :: Python :: 3.12",
50+
"Programming Language :: Python :: 3.13",
51+
"Programming Language :: Python :: 3.14",
52+
"Programming Language :: Python :: 3.15",
4453
"Topic :: File Formats :: JSON",
4554
"Topic :: Software Development :: Build Tools",
55+
"Topic :: Software Development :: Internationalization",
4656
"Topic :: Software Development :: Localization",
57+
"Topic :: Utilities",
4758
]
4859

4960
[project.urls]

0 commit comments

Comments
 (0)