Skip to content

Commit 4fcf186

Browse files
PEP 639 compliance (#704)
1 parent 7850c70 commit 4fcf186

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
66
authors = [{name = "Neurodocker Developers"}]
@@ -9,7 +9,6 @@ classifiers = [
99
"Environment :: Console",
1010
"Intended Audience :: Developers",
1111
"Intended Audience :: Science/Research",
12-
"License :: OSI Approved :: Apache Software License",
1312
"Operating System :: OS Independent",
1413
"Programming Language :: Python :: 3",
1514
"Programming Language :: Python :: 3 :: Only",
@@ -31,7 +30,8 @@ dependencies = [
3130
]
3231
description = "A generic generator of Dockerfiles and Singularity recipes."
3332
dynamic = ["version"]
34-
license = {text = "Apache License, 2.0"}
33+
license = "Apache-2.0"
34+
license-files = ["LICENSE"]
3535
maintainers = [{name = "Jakub Kaczmarzyk", email = "jakub.kaczmarzyk@gmail.com"}]
3636
name = "neurodocker"
3737
readme = "README.md"

0 commit comments

Comments
 (0)