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 1c0a669 commit 156a2a7Copy full SHA for 156a2a7
docs/changes/510.misc.rst
@@ -0,0 +1 @@
1
+Corrected license text in package metadata
pyproject.toml
@@ -7,7 +7,7 @@ name = "sphinx-autoapi"
7
authors = [{name = "Eric Holscher", email = "eric@ericholscher.com"}]
8
maintainers = [{name = "Ashley Whetter", email = "ashley@awhetter.co.uk"}]
9
description = "Sphinx API documentation generator"
10
-license = {text = "LICENSE.rst"}
+license = {file = "LICENSE.rst"}
11
classifiers = [
12
"Development Status :: 5 - Production/Stable",
13
"Environment :: Plugins",
0 commit comments