summaryrefslogtreecommitdiff
path: root/graphics/py-pydot/files/patch-pyproject.toml
blob: e0a8a968172c7c50f744932da82f34ecd0142fb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- pyproject.toml.orig	2025-05-04 11:11:07 UTC
+++ pyproject.toml
@@ -10,10 +10,7 @@ readme = "README.md"
 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.0.9'