From 331c829b6ea0e1ab1d0e80925d72f3a97f14e205 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 19 Aug 2023 13:03:31 -0700 Subject: [PATCH] docs: remove obsolete reference to setuptools-scm-git-archive --- docs/maintainers.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/maintainers.rst b/docs/maintainers.rst index 1c597e86..76148a29 100644 --- a/docs/maintainers.rst +++ b/docs/maintainers.rst @@ -45,11 +45,6 @@ to indicate that your distribution modifies OCRmyPDF in some way. You can patch the ``__version__`` variable in ``src/ocrmypdf/_version.py`` if necessary. -OCRmyPDF uses setuptools-scm-git-archive to ensure that tarballs downloaded from -GitHub contain version information. Unfortunately, these tarballs are not always -deterministic. See this -`issue `_. - jbig2enc --------