summaryrefslogtreecommitdiff
path: root/databases/py-dbutils/files/patch-pyproject.toml
blob: 8616d188fc8ddaa7ad4362cd39505b1d79af110c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- pyproject.toml.orig	2024-03-17 13:17:26 UTC
+++ pyproject.toml
@@ -1,11 +1,11 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=68",
+  "setuptools>=61",
 ]
 
 [project]
-name = "DBUtils"
+name = "dbutils"
 version = "3.1.0"
 description = "Database connections for multi-threaded environments."
 license = {text = "MIT License"}