summaryrefslogtreecommitdiff
path: root/devel/py-pytest-run-parallel/files/patch-pyproject.toml
blob: 9d41320896f8c8b553f0264b5c33301f6801828e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyproject.toml.orig	2025-11-24 19:47:49 UTC
+++ pyproject.toml
@@ -21,8 +21,7 @@ maintainers = [
     { name = "Lysandros Nikolaou", email = "lnikolaou@quansight.com" },
     { name = "Nathan Goldbaum", email = "ngoldbaum@quansight.com" },
 ]
-license = "MIT"
-license-files = ["LICENSE"]
+license = { text = "MIT" }
 classifiers = [
     "Framework :: Pytest",
     "Development Status :: 4 - Beta",