summaryrefslogtreecommitdiff
path: root/textproc/py-markdown/files/patch-pyproject.toml
blob: 2f9653e947182dd3108eb40393fe0358a2709ee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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'}