File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-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 " , " hatch-vcs" ]
33build-backend = " hatchling.build"
44
55[project ]
@@ -8,7 +8,7 @@ description = "Access a multitude of neuroimaging data formats"
88authors = [{
name =
" NiBabel developers" ,
email =
" [email protected] " }]
99maintainers = [{ name = " Christopher Markiewicz" }]
1010readme = " README.rst"
11- license = { text = " MIT License " }
11+ license = " MIT"
1212requires-python = " >=3.9"
1313dependencies = [
1414 " numpy >=1.23" ,
@@ -20,7 +20,6 @@ classifiers = [
2020 " Development Status :: 5 - Production/Stable" ,
2121 " Environment :: Console" ,
2222 " Intended Audience :: Science/Research" ,
23- " License :: OSI Approved :: MIT License" ,
2423 " Operating System :: OS Independent" ,
2524 " Programming Language :: Python" ,
2625 " Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments