Skip to content

Commit 4de6d06

Browse files
committed
build: use SPDX license expression
1 parent 8a70f85 commit 4de6d06

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
@@ -6,14 +6,14 @@ requires-python = ">= 3.10"
66
authors = [
77
{name="University Library at The University of Illinois at Urbana Champaign: Preservation Services", email="[email protected]"}
88
]
9-
license = { file="LICENSE"}
9+
license = "NCSA"
10+
license-files = ["LICENSE"]
1011
readme = { file= "README.md", content-type="text/markdown" }
1112
classifiers = [
1213
"Development Status :: 3 - Alpha",
1314
"Environment :: Console",
1415
"Natural Language :: English",
1516
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
1717
"Programming Language :: Python :: 3",
1818
"Topic :: System :: Archiving"
1919

@@ -27,7 +27,7 @@ dependencies = [
2727
galatea = "galatea.cli:main"
2828

2929
[build-system]
30-
requires = ["setuptools>=75.1.0"]
30+
requires = ["setuptools>=77.0.0"]
3131
build-backend = "setuptools.build_meta"
3232

3333
[tool.setuptools]

0 commit comments

Comments
 (0)