summaryrefslogtreecommitdiff
path: root/textproc/py-markdown/files/patch-pyproject.toml
blob: 1d0287e8bad07695fe7a1cd6a8a6dc0795000870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- pyproject.toml.orig	2025-04-09 17:16:35 UTC
+++ pyproject.toml
@@ -1,10 +1,10 @@
 [build-system]
 # Minimum requirements for the build system to execute.
-requires = ["setuptools>=77.0"]
+requires = ["setuptools>=61.2"]
 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'}
@@ -17,8 +17,7 @@ maintainers = [
     {name = 'Waylan Limberg', email = 'python.markdown@gmail.com'},
     {name = 'Isaac Muse'}
 ]
-license = "BSD-3-Clause"
-license-files = ["LICENSE.md"]
+license = {file = 'LICENSE.md'}
 requires-python = '>=3.9'
 dependencies = [
     "importlib-metadata>=4.4;python_version<'3.10'"