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" , " nipreps-versions" ]
2+ requires = [" hatchling>=1.27 " , " hatch-vcs" , " nipreps-versions" ]
33build-backend = " hatchling.build"
44
55[project ]
@@ -11,12 +11,12 @@ classifiers = [
1111 " Development Status :: 4 - Beta" ,
1212 " Intended Audience :: Science/Research" ,
1313 " Topic :: Scientific/Engineering :: Image Recognition" ,
14- " License :: OSI Approved :: Apache Software License" ,
1514 " Programming Language :: Python :: 3.10" ,
1615 " Programming Language :: Python :: 3.11" ,
1716 " Programming Language :: Python :: 3.12" ,
1817]
19- license = {file = " LICENSE" }
18+ license = " Apache-2.0"
19+ license-files = [" LICENSE" ]
2020requires-python = " >=3.10"
2121dependencies = [
2222 " acres" ,
You can’t perform that action at this time.
0 commit comments