SF.net SVN: docutils:[10033 ] trunk/docutils/pyproject .toml

aa-turner--- via Docutils-checkins <[email protected]> Sat, 08 Mar 2025 02:51:15 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10033
          http://sourceforge.net/p/docutils/code/10033
Author:   aa-turner
Date:     2025-03-08 02:51:15 +0000 (Sat, 08 Mar 2025)
Log Message:
-----------
Use the PEP 639 ``license-files`` key

Modified Paths:
--------------
    trunk/docutils/pyproject.toml

Modified: trunk/docutils/pyproject.toml
===================================================================
--- trunk/docutils/pyproject.toml	2025-03-08 02:18:02 UTC (rev 10032)
+++ trunk/docutils/pyproject.toml	2025-03-08 02:51:15 UTC (rev 10033)
@@ -3,7 +3,7 @@
 # Use flit as a build backend (https://flit.pypa.io/)
 # Build with (https://build.pypa.io/)
 [build-system]
-requires = ["flit_core>=3.4,<4"]
+requires = ["flit_core>=3.11.0,<4"]
 build-backend = "flit_core.buildapi"
 
 # Project metadata
@@ -23,7 +23,11 @@
 urls.Download = "https://pypi.org/project/docutils/"
 urls.Homepage = "https://docutils.sourceforge.io"
 urls."Issue tracker" = "https://sourceforge.net/p/docutils/bugs/"
-license.file = "COPYING.rst"
+license-files = [
+    "COPYING.rst",
+    "licenses/*.rst",
+    "licenses/*.txt",
+]
 requires-python = ">=3.9"
 
 # Classifiers list: https://pypi.org/classifiers/

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.