Skip to content

Commit 94db4c0

Browse files
authored
Use newer license declaration format (#173)
1 parent 689f9e1 commit 94db4c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies = []
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: Apache Software License",
1918
"Topic :: Text Processing",
2019
"Programming Language :: Python :: 3",
2120
]
22-
license = {text = "Apache-2.0"}
21+
license = "Apache-2.0"
22+
license-files = ["LICENSE"]
2323
keywords = ["junit", "xunit", "xml", "parser"]
2424

2525
[project.urls]

0 commit comments

Comments
 (0)