@@ -35,7 +35,6 @@ classifiers = [
3535 " Operating System :: Unix" ,
3636 " Programming Language :: Python" ,
3737 " Programming Language :: Python :: 3 :: Only" ,
38- " Programming Language :: Python :: 3.8" ,
3938 " Programming Language :: Python :: 3.9" ,
4039 " Programming Language :: Python :: 3.10" ,
4140 " Programming Language :: Python :: 3.11" ,
@@ -60,29 +59,27 @@ dependencies = [
6059 " antlr4-python3-runtime<4.14" ,
6160]
6261
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+
6367[dependency-groups ]
6468dev = [
6569 " mypy<1.16" ,
6670 " packaging" ,
6771 " poethepoet<1" ,
6872 " pyproject-fmt<2.6" ,
69- " ruff<0.12" ,
70- " validate-pyproject<0.25" ,
7173 " pytest<9" ,
7274 " pytest-cov<7" ,
75+ " ruff<0.12" ,
76+ " validate-pyproject<0.25" ,
7377]
7478generate = [
7579 " antlr4-tools<0.3" ,
7680 " requests<3" ,
7781]
7882
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-
8683[tool .setuptools .packages .find ]
8784namespaces = false
8885
@@ -143,7 +140,7 @@ testpaths = [
143140 " tests" ,
144141]
145142xfail_strict = true
146- markers = []
143+ markers = [ ]
147144
148145[tool .coverage .run ]
149146branch = false
@@ -170,7 +167,6 @@ exclude = [
170167 " cratedb_sqlparse/generated_parser/SqlBaseParser.py" ,
171168]
172169
173-
174170# ===================
175171# Tasks configuration
176172# ===================
0 commit comments