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 1
1
[build-system ]
2
- requires = [" hatchling" , " hatch-vcs" , " nipreps-versions" ]
2
+ requires = [" hatchling>=1.27 " , " hatch-vcs" , " nipreps-versions" ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
@@ -11,13 +11,13 @@ classifiers = [
11
11
" Development Status :: 5 - Production/Stable" ,
12
12
" Intended Audience :: Science/Research" ,
13
13
" Topic :: Scientific/Engineering :: Image Recognition" ,
14
- " License :: OSI Approved :: Apache Software License" ,
15
14
" Programming Language :: Python :: 3.10" ,
16
15
" Programming Language :: Python :: 3.11" ,
17
16
" Programming Language :: Python :: 3.12" ,
18
17
" Programming Language :: Python :: 3.13" ,
19
18
]
20
- license = {file = " LICENSE" }
19
+ license = " Apache-2.0"
20
+ license-files = [" LICENSE" ]
21
21
requires-python = " >=3.10"
22
22
dependencies = [
23
23
" acres >= 0.2.0" ,
You can’t perform that action at this time.
0 commit comments