From b0161377abc91341be32678bd0b6a6c2815eca8c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 27 Mar 2023 17:42:45 +0300 Subject: [PATCH] Include license file in sdist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39e986df..f0296e59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ urls.Code = "https://github.com/python/python-docs-theme" urls.Download = "https://pypi.org/project/python-docs-theme/" urls.Homepage = "https://github.com/python/python-docs-theme/" urls."Issue tracker" = "https://github.com/python/python-docs-theme/issues" -license.text = "PSF-2.0" +license.file = "LICENSE" requires-python = ">=3.8" # Classifiers list: https://pypi.org/classifiers/