@@ -35,7 +35,6 @@ classifiers = [
35
35
" Operating System :: Unix" ,
36
36
" Programming Language :: Python" ,
37
37
" Programming Language :: Python :: 3 :: Only" ,
38
- " Programming Language :: Python :: 3.8" ,
39
38
" Programming Language :: Python :: 3.9" ,
40
39
" Programming Language :: Python :: 3.10" ,
41
40
" Programming Language :: Python :: 3.11" ,
@@ -60,29 +59,27 @@ dependencies = [
60
59
" antlr4-python3-runtime<4.14" ,
61
60
]
62
61
62
+ urls.Changelog = " https://github.com/crate/cratedb-sqlparse/releases"
63
+ urls.Documentation = " https://github.com/crate/cratedb-sqlparse"
64
+ urls.Homepage = " https://github.com/crate/cratedb-sqlparse"
65
+ urls.Repository = " https://github.com/crate/cratedb-sqlparse"
66
+
63
67
[dependency-groups ]
64
68
dev = [
65
69
" mypy<1.16" ,
66
70
" packaging" ,
67
71
" poethepoet<1" ,
68
72
" pyproject-fmt<2.6" ,
69
- " ruff<0.12" ,
70
- " validate-pyproject<0.25" ,
71
73
" pytest<9" ,
72
74
" pytest-cov<7" ,
75
+ " ruff<0.12" ,
76
+ " validate-pyproject<0.25" ,
73
77
]
74
78
generate = [
75
79
" antlr4-tools<0.3" ,
76
80
" requests<3" ,
77
81
]
78
82
79
- [project .urls ]
80
- Homepage = " https://github.com/crate/cratedb-sqlparse"
81
- Documentation = " https://github.com/crate/cratedb-sqlparse"
82
- Repository = " https://github.com/crate/cratedb-sqlparse"
83
- Changelog = " https://github.com/crate/cratedb-sqlparse/releases"
84
-
85
-
86
83
[tool .setuptools .packages .find ]
87
84
namespaces = false
88
85
@@ -143,7 +140,7 @@ testpaths = [
143
140
" tests" ,
144
141
]
145
142
xfail_strict = true
146
- markers = []
143
+ markers = [ ]
147
144
148
145
[tool .coverage .run ]
149
146
branch = false
@@ -170,7 +167,6 @@ exclude = [
170
167
" cratedb_sqlparse/generated_parser/SqlBaseParser.py" ,
171
168
]
172
169
173
-
174
170
# ===================
175
171
# Tasks configuration
176
172
# ===================
0 commit comments