Blob Blame History Raw
diff -up twisted-twisted-23.8.0rc1/pyproject.toml.orig twisted-twisted-23.8.0rc1/pyproject.toml
--- twisted-twisted-23.8.0rc1/pyproject.toml.orig       2023-08-21 15:45:30.453610722 -0600
+++ twisted-twisted-23.8.0rc1/pyproject.toml    2023-08-21 15:45:54.818500317 -0600
@@ -1,7 +1,7 @@
 [build-system]
 requires = [
     "hatchling >= 1.10.0",
-    "hatch-fancy-pypi-readme >= 22.5.0",
+#    "hatch-fancy-pypi-readme >= 22.5.0",
     "incremental >= 22.10.0",
 ]
 build-backend = "hatchling.build"
@@ -173,19 +173,19 @@ source = "code"
 path = "src/twisted/__init__.py"
 search-paths = ["src"]

-[tool.hatch.metadata.hooks.fancy-pypi-readme]
-content-type = "text/x-rst"
-fragments = [
-    { path = "README.rst" },
-]
-
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
-# Munge links of the form `NEWS <NEWS.rst>`_ to point at the appropriate
-# location on GitHub so that they function when the long description is
-# displayed on PyPI.
-pattern = '`([^`]+)\s+<(?!https?://)([^>]+)>`_'
-replacement = '`\1 <https://github.com/twisted/twisted/blob/trunk/\2>`_'
-ignore-case = true
+#[tool.hatch.metadata.hooks.fancy-pypi-readme]
+#content-type = "text/x-rst"
+#fragments = [
+#    { path = "README.rst" },
+#]
+#
+#[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
+## Munge links of the form `NEWS <NEWS.rst>`_ to point at the appropriate
+## location on GitHub so that they function when the long description is
+## displayed on PyPI.
+#pattern = '`([^`]+)\s+<(?!https?://)([^>]+)>`_'
+#replacement = '`\1 <https://github.com/twisted/twisted/blob/trunk/\2>`_'
+#ignore-case = true

 [tool.hatch.build.targets.wheel]
 packages = [