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 11[build-system ]
22build-backend = " setuptools.build_meta"
3- requires = [
4- " setuptools>=68" ,
5- ]
3+ requires = [" setuptools>=77" ]
64
75[project ]
86name = " DBUtils"
97version = " 3.1.1"
108description = " Database connections for multi-threaded environments."
11- license = { text = " MIT License " }
9+ license = " MIT"
1210authors = [{name = " Christoph Zwerschke" , email = " cito@online.de" }]
1311requires-python = " >=3.7"
1412classifiers = [
1513 " Development Status :: 5 - Production/Stable" ,
1614 " Environment :: Web Environment" ,
1715 " Intended Audience :: Developers" ,
18- " License :: OSI Approved :: MIT License" ,
1916 " Operating System :: OS Independent" ,
2017 " Programming Language :: Python" ,
2118 " Programming Language :: Python :: 3" ,
@@ -31,16 +28,9 @@ classifiers = [
3128 " Topic :: Software Development :: Libraries :: Python Modules" ,
3229]
3330[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" ]
4434
4535[project .readme ]
4636file = " README.md"
You can’t perform that action at this time.
0 commit comments