File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " setuptools.build_meta"
3
- requires = [
4
- " setuptools>=68" ,
5
- ]
3
+ requires = [" setuptools>=77" ]
6
4
7
5
[project ]
8
6
name = " DBUtils"
9
7
version = " 3.1.1"
10
8
description = " Database connections for multi-threaded environments."
11
- license = { text = " MIT License " }
9
+ license = " MIT"
12
10
authors = [{
name =
" Christoph Zwerschke" ,
email =
" [email protected] " }]
13
11
requires-python = " >=3.7"
14
12
classifiers = [
15
13
" Development Status :: 5 - Production/Stable" ,
16
14
" Environment :: Web Environment" ,
17
15
" Intended Audience :: Developers" ,
18
- " License :: OSI Approved :: MIT License" ,
19
16
" Operating System :: OS Independent" ,
20
17
" Programming Language :: Python" ,
21
18
" Programming Language :: Python :: 3" ,
@@ -31,16 +28,9 @@ classifiers = [
31
28
" Topic :: Software Development :: Libraries :: Python Modules" ,
32
29
]
33
30
[project .optional-dependencies ]
34
- pg = [
35
- " PyGreSQL>=5" ,
36
- ]
37
- docs = [
38
- " docutils" ,
39
- ]
40
- tests = [
41
- " pytest>=7" ,
42
- " ruff" ,
43
- ]
31
+ pg = [" PyGreSQL>=5" ]
32
+ docs = [" docutils" ]
33
+ tests = [" pytest>=7" , " ruff" ]
44
34
45
35
[project .readme ]
46
36
file = " README.md"
You can’t perform that action at this time.
0 commit comments