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,13 +11,13 @@ classifiers = [
1111 " Development Status :: 5 - Production/Stable" ,
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 " Programming Language :: Python :: 3.13" ,
1918]
20- license = {file = " LICENSE" }
19+ license = " Apache-2.0"
20+ license-files = [" LICENSE" ]
2121requires-python = " >=3.10"
2222dependencies = [
2323 " acres >= 0.2.0" ,
You can’t perform that action at this time.
0 commit comments