Skip to content

Commit d04583f

Browse files
committed
pyproject.toml: modern license cleanup
Update project definition to modern license marking recommendations. Signed-off-by: James Knight <git@jdknight.me>
1 parent 6623206 commit d04583f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@ maintainers = [
1616
]
1717
requires-python = '>=3.9'
1818
readme = 'README.md'
19-
license = {text = 'BSD-2-Clause'}
19+
license = 'BSD-2-Clause'
20+
license-files = [
21+
'LICENSE',
22+
'LICENSE-3RD-PARTY',
23+
]
2024
classifiers = [
2125
'Development Status :: 5 - Production/Stable',
2226
'Environment :: Console',
2327
'Environment :: Web Environment',
2428
'Framework :: Sphinx',
2529
'Framework :: Sphinx :: Extension',
2630
'Intended Audience :: Developers',
27-
'License :: OSI Approved :: BSD License',
2831
'Operating System :: OS Independent',
2932
'Programming Language :: Python',
3033
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)