We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6623206 commit d04583fCopy full SHA for d04583f
pyproject.toml
@@ -16,15 +16,18 @@ maintainers = [
16
]
17
requires-python = '>=3.9'
18
readme = 'README.md'
19
-license = {text = 'BSD-2-Clause'}
+license = 'BSD-2-Clause'
20
+license-files = [
21
+ 'LICENSE',
22
+ 'LICENSE-3RD-PARTY',
23
+]
24
classifiers = [
25
'Development Status :: 5 - Production/Stable',
26
'Environment :: Console',
27
'Environment :: Web Environment',
28
'Framework :: Sphinx',
29
'Framework :: Sphinx :: Extension',
30
'Intended Audience :: Developers',
- 'License :: OSI Approved :: BSD License',
31
'Operating System :: OS Independent',
32
'Programming Language :: Python',
33
'Programming Language :: Python :: 3 :: Only',
0 commit comments