diff options
author | Frazer McLean <frazer@frazermclean.co.uk> | 2023-01-01 22:12:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 22:12:55 +0000 |
commit | 584108031919abb016e41bb3dd5c90094d04fa76 (patch) | |
tree | d86bd99d5f09f270af0df9da2aff0dabb94d3927 | |
parent | 14a9289d780240bbce78ad3640e8e1b1b12df43f (diff) | |
download | sphinx-git-584108031919abb016e41bb3dd5c90094d04fa76.tar.gz |
Clarify licence in Sphinx's metadata (#10956)
Disambiguate which BSD license is used in a computer-parsable form.
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index dfe93108d..fbfe043bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/ |