Skip to content

Commit 2d38da8

Browse files
committed
Deleted license from classifiers
1 parent 83f6c2c commit 2d38da8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "remove-json-keys"
7-
version = "0.0.15"
7+
version = "0.0.16"
88
description = "Remove key/value pairs from json_dir/**/*.json."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
license = "MIT"
@@ -14,7 +14,6 @@ keywords = ["json", "data"]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1817
"Natural Language :: English",
1918
"Topic :: File Formats :: JSON",
2019
"Programming Language :: Python :: 3",

translate-messages/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ keywords = ["translate", "translation", "messages", "i18n", "chrome", "mymemory"
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
2019
"Natural Language :: English",
2120
"Topic :: Software Development :: Build Tools",
2221
"Topic :: Software Development :: Localization",

0 commit comments

Comments
 (0)