Skip to content

Commit 156a2a7

Browse files
committed
Corrected license text in package metadata
Closes #510
1 parent 1c0a669 commit 156a2a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changes/510.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Corrected license text in package metadata

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "sphinx-autoapi"
77
authors = [{name = "Eric Holscher", email = "eric@ericholscher.com"}]
88
maintainers = [{name = "Ashley Whetter", email = "ashley@awhetter.co.uk"}]
99
description = "Sphinx API documentation generator"
10-
license = {text = "LICENSE.rst"}
10+
license = {file = "LICENSE.rst"}
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
1313
"Environment :: Plugins",

0 commit comments

Comments
 (0)