Skip to content

Commit 7baf069

Browse files
authored
Merge pull request #93 from cdce8p/main
Add SPDX license identifier
2 parents a8d179a + de30014 commit 7baf069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
2+
requires = ["hatchling>=1.27.0", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[tool.hatch.version]
66
source = "vcs"
77

88
[project]
99
name = "jsonschema-specifications"
10+
license = "MIT"
11+
license-files = ["COPYING"]
1012
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
1113
requires-python = ">=3.9"
1214
readme = "README.rst"
@@ -23,10 +25,8 @@ authors = [
2325
classifiers = [
2426
"Development Status :: 5 - Production/Stable",
2527
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: MIT License",
2728
"Operating System :: OS Independent",
2829
"Programming Language :: Python",
29-
"Programming Language :: Python :: 3.8",
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)