* Support for Python 3.8 was dropped with the 15.0.0 release. Changelog since 14.4.0: https://github.com/ocrmypdf/OCRmyPDF/blob/v15.3.0/docs/release_notes.rst MFH: No (feature release)
14 lines
440 B
TOML
14 lines
440 B
TOML
Allow build with older versions of devel/py-setuptools_scm .
|
|
|
|
--- pyproject.toml.orig 2023-10-04 08:20:36 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
[build-system]
|
|
-requires = ["setuptools >= 61", "setuptools_scm[toml] >= 7.0.5", "wheel"]
|
|
+requires = ["setuptools >= 61", "setuptools_scm[toml]", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|