File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" hatchling" , " hatch-vcs" ]
2
+ requires = [" hatchling>=1.27.0 " , " hatch-vcs" ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[tool .hatch .version ]
6
6
source = " vcs"
7
7
8
8
[project ]
9
9
name = " jsonschema-specifications"
10
+ license = " MIT"
11
+ license-files = [" COPYING" ]
10
12
description = " The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
11
13
requires-python = " >=3.9"
12
14
readme = " README.rst"
@@ -23,10 +25,8 @@ authors = [
23
25
classifiers = [
24
26
" Development Status :: 5 - Production/Stable" ,
25
27
" Intended Audience :: Developers" ,
26
- " License :: OSI Approved :: MIT License" ,
27
28
" Operating System :: OS Independent" ,
28
29
" Programming Language :: Python" ,
29
- " Programming Language :: Python :: 3.8" ,
30
30
" Programming Language :: Python :: 3.9" ,
31
31
" Programming Language :: Python :: 3.10" ,
32
32
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments