Skip to content

Commit d38a405

Browse files
The use of License :: classifiers is deprecated as of Metadata 2.4
Use License-Expression instead. See PEP 639.
1 parent c3d46da commit d38a405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ readme = "README.md"
1616
classifiers=[
1717
'Development Status :: 5 - Production/Stable',
1818
'Intended Audience :: Developers',
19-
'License :: OSI Approved :: Apache Software License',
2019
'Operating System :: Microsoft :: Windows',
2120
'Operating System :: POSIX :: Linux',
2221
'Operating System :: MacOS',
@@ -32,6 +31,7 @@ classifiers=[
3231
'Topic :: Software Development :: Libraries :: Application Frameworks',
3332
'Topic :: File Formats',
3433
]
34+
license = {text = "Apache-2.0"}
3535
keywords = [
3636
"energistics",
3737
"resqml",

0 commit comments

Comments
 (0)