Skip to content

Commit e16e0a3

Browse files
committed
Added classifiers
1 parent 8cc7062 commit e16e0a3

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

remove-json-keys/pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "remove-json-keys"
7-
version = "0.0.13"
7+
version = "0.0.14"
88
description = "Remove key/value pairs from json_dir/**/*.json."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
license = "MIT"
1111
license-files = ["LICENSE.md"]
1212
requires-python = ">=3.6"
1313
keywords = ["json", "data"]
14+
classifiers = [
15+
"Development Status :: 4 - Beta",
16+
"Intended Audience :: Developers",
17+
"License :: OSI Approved :: MIT License",
18+
"Natural Language :: English",
19+
"Topic :: File Formats :: JSON",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.6",
22+
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: 3.8",
24+
"Programming Language :: Python :: 3.9",
25+
]
1426

1527
[project.scripts]
1628
remove-json-keys = "remove_json_keys.__main__:main"

translate-messages/pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ license-files = ["LICENSE.md"]
1313
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]
1414
requires-python = ">=3.6"
1515
keywords = ["translate", "translation", "messages", "i18n", "chrome", "mymemory"]
16+
classifiers = [
17+
"Development Status :: 5 - Production/Stable",
18+
"Intended Audience :: Developers",
19+
"License :: OSI Approved :: MIT License",
20+
"Natural Language :: English",
21+
"Topic :: Software Development :: Build Tools",
22+
"Topic :: Software Development :: Localization",
23+
"Programming Language :: Python :: 3",
24+
"Programming Language :: Python :: 3.6",
25+
"Programming Language :: Python :: 3.7",
26+
"Programming Language :: Python :: 3.8",
27+
"Programming Language :: Python :: 3.9",
28+
]
1629

1730
[project.scripts]
1831
translate-msgs = "translate_messages.__main__:main"

0 commit comments

Comments
 (0)