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" ]
2
+ requires = [" hatchling>=1.27 " , " hatch-vcs" ]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
6
6
name = " niworkflows"
7
7
dynamic = [" version" ]
8
8
description = " NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain."
9
9
readme = " README.rst"
10
- license = {file = " LICENSE" }
10
+ license = " Apache-2.0"
11
+ license-files = [" LICENSE" ]
11
12
requires-python = " >= 3.9"
12
13
authors = [
13
14
{
name =
" The NiPreps Developers" ,
email =
" [email protected] " },
14
15
]
15
16
classifiers = [
16
17
" Development Status :: 4 - Beta" ,
17
18
" Intended Audience :: Science/Research" ,
18
- " License :: OSI Approved :: Apache Software License" ,
19
19
" Programming Language :: Python :: 3.9" ,
20
20
" Programming Language :: Python :: 3.10" ,
21
21
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments