Skip to content

Commit fe44265

Browse files
DimitriPapadopouloseffigies
authored andcommitted
MAINT: PEP 639 compliance
1 parent 1f05ea7 commit fe44265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
2+
requires = ["hatchling>=1.27", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
66
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)