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 1
1
[build-system ]
2
- requires = [" hatchling" , " hatch-vcs" ]
2
+ requires = [" hatchling>=1.27 " , " hatch-vcs" ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
@@ -8,7 +8,7 @@ description = "Access a multitude of neuroimaging data formats"
8
8
authors = [{
name =
" NiBabel developers" ,
email =
" [email protected] " }]
9
9
maintainers = [{ name = " Christopher Markiewicz" }]
10
10
readme = " README.rst"
11
- license = { text = " MIT License " }
11
+ license = " MIT"
12
12
requires-python = " >=3.9"
13
13
dependencies = [
14
14
" numpy >=1.23" ,
@@ -20,7 +20,6 @@ classifiers = [
20
20
" Development Status :: 5 - Production/Stable" ,
21
21
" Environment :: Console" ,
22
22
" Intended Audience :: Science/Research" ,
23
- " License :: OSI Approved :: MIT License" ,
24
23
" Operating System :: OS Independent" ,
25
24
" Programming Language :: Python" ,
26
25
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments