summaryrefslogtreecommitdiff
path: root/graphics/py-pydot/files/patch-pyproject.toml
blob: 67194156c30ac66f401bf0abc07622407906dfac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- pyproject.toml.orig	2025-06-17 20:09:42 UTC
+++ pyproject.toml
@@ -3,17 +3,14 @@
 # SPDX-License-Identifier: MIT
 
 [build-system]
-requires = ["setuptools >= 75.3.2"]
+requires = ["setuptools >= 61.0"]
 build-backend = "setuptools.build_meta"
 
 [project]
 name = 'pydot'
 description = "Python interface to Graphviz's Dot"
 readme = "README.md"
-license = "MIT"
-license-files = [
-   'LICENSES/*',
-]
+license = {text = "MIT"}
 requires-python = ">= 3.8"
 dependencies = [
   'pyparsing>=3.1.0'