aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-types-protobuf/files/patch-pyproject.toml
blob: 93a8782f78dced1eab742be1b87fa212e19a8f98 (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
--- pyproject.toml.orig	2025-08-09 03:14:04 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = ["setuptools>=77.0.3"]
+requires = ["setuptools>=61"]
 
 [project]
 name = "types-protobuf"
 version = "6.30.2.20250809"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }
 description = "Typing stubs for protobuf"
 readme = { text = """\
 ## Typing stubs for protobuf
@@ -52,5 +51,4 @@ dependencies = []
 "Chat" = "https://gitter.im/python/typing"
 
 [tool.setuptools]
-packages = ['google-stubs']
 include-package-data = false