Skip to content

Commit 7cb690a

Browse files
author
Arturo R Montesinos
committed
chore: use SPDX license string and drop deprecated license classifier
1 parent 2fa7065 commit 7cb690a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ name = "typesketch"
77
dynamic = ["version"]
88
description = "Emit a type-oriented YAML sketch from JSON"
99
authors = [{name="Arturo R. Montesinos"}]
10-
license = {file = "LICENSE"}
10+
license = "MIT"
1111
readme = "README.md"
1212
requires-python = ">=3.9"
1313
dependencies = []
1414
keywords = ["yaml", "json", "schema", "cli", "typing"]
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17-
"License :: OSI Approved :: MIT License",
1817
"Intended Audience :: Developers",
1918
"Topic :: Software Development :: Code Generators",
2019
]

0 commit comments

Comments
 (0)