Skip to content

Commit 5fcf8cd

Browse files
MAINT: PEP 639 complicance
1 parent 7bfed09 commit 5fcf8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ name = "niworkflows"
77
dynamic = ["version"]
88
description = "NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain."
99
readme = "README.rst"
10-
license = {file = "LICENSE"}
10+
license = "Apache-2.0"
11+
license-files = ["LICENSE"]
1112
requires-python = ">= 3.9"
1213
authors = [
1314
{ name = "The NiPreps Developers", email = "[email protected]" },
1415
]
1516
classifiers = [
1617
"Development Status :: 4 - Beta",
1718
"Intended Audience :: Science/Research",
18-
"License :: OSI Approved :: Apache Software License",
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)