blob: 9d9bb79fe18b1900c31812811df0f9e41e48b50e (
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
|
From aba7b61e294710ffe3a5aa274e541df9bc82388d Mon Sep 17 00:00:00 2001
From: Anonymous <anonymous@example.org>
Date: Sat, 2 May 2026 00:02:57 -0500
Subject: [PATCH] make license not an array
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 62d8094..873d338 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
-license-files = ["LICENSE"]
+license-files = "LICENSE"
keywords = [
"automation",
"flake8",
--
2.52.0
|