Skip to content

Commit 21f8545

Browse files
authored
Merge pull request #491 from DimitriPapadopoulos/PEP639
MNT: PEP 639 compliance
2 parents b266633 + 0b31d87 commit 21f8545

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,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs", "nipreps-versions"]
2+
requires = ["hatchling>=1.27", "hatch-vcs", "nipreps-versions"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -11,12 +11,12 @@ classifiers = [
1111
"Development Status :: 4 - Beta",
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
]
19-
license = {file = "LICENSE"}
18+
license = "Apache-2.0"
19+
license-files = ["LICENSE"]
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"acres",

0 commit comments

Comments
 (0)