File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling" , " hatch-vcs" ]
2+ requires = [" hatchling>=1.27.0 " , " hatch-vcs" ]
33build-backend = " hatchling.build"
44
55[tool .hatch .version ]
66source = " vcs"
77
88[project ]
99name = " jsonschema-specifications"
10+ license = " MIT"
11+ license-files = [" COPYING" ]
1012description = " The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
1113requires-python = " >=3.9"
1214readme = " README.rst"
@@ -23,10 +25,8 @@ authors = [
2325classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments