Clarify licence in Sphinx's metadata (#10956)

Disambiguate which BSD license is used in a computer-parsable form.
This commit is contained in:
Frazer McLean
2023-01-01 22:12:55 +00:00
committed by GitHub
parent 14a9289d78
commit 5841080319

View File

@@ -12,7 +12,7 @@ urls.Code = "https://github.com/sphinx-doc/sphinx"
urls.Download = "https://pypi.org/project/Sphinx/"
urls.Homepage = "https://www.sphinx-doc.org/"
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues"
license.text = "BSD"
license.text = "BSD-2-Clause"
requires-python = ">=3.8"
# Classifiers list: https://pypi.org/classifiers/