ports/textproc/py-markdown/files/patch-pyproject.toml

11 lines
366 B
TOML

--- pyproject.toml.orig 2023-07-25 15:13:14 UTC
+++ pyproject.toml
@@ -4,7 +4,7 @@ requires = ["setuptools>=61.2", "wheel"]
build-backend = "setuptools.build_meta"
[project]
-name = 'Markdown'
+name = 'markdown'
dynamic = ['version']
description = "Python implementation of John Gruber's Markdown."
readme = {file = 'README.md', content-type='text/markdown'}