Skip to content

Commit 69eebc2

Browse files
committed
build: update pyproject.toml license metadata
1 parent 2706d16 commit 69eebc2

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,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=40.8.0",
3+
"setuptools>=77.0",
44
"wheel",
55
"conan>=1.50.0,<2.0",
66
"cmake<4.0",
@@ -19,7 +19,8 @@ dependencies = [
1919
]
2020
requires-python = ">=3.9"
2121
readme = "README.rst"
22-
license = {text = "University of Illinois/NCSA Open Source License"}
22+
license = "NCSA"
23+
license-files = ["LICENSE"]
2324
authors = [
2425
{name = "University Library at The University of Illinois at Urbana Champaign: Preservation Services", email = "prescons@library.illinois.edu"},
2526
]
@@ -29,7 +30,6 @@ maintainers = [
2930
description = "Validate image metadata"
3031
classifiers = [
3132
"Development Status :: 4 - Beta",
32-
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
3333
"Topic :: Multimedia :: Graphics",
3434
"Programming Language :: C++",
3535
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)