@@ -18,11 +18,20 @@ classifiers = [
1818 " Topic :: Database" ,
1919 " Development Status :: 4 - Beta" ,
2020 " Programming Language :: Rust" ,
21+ " Programming Language :: Python" ,
2122 " Operating System :: MacOS" ,
2223 " Operating System :: Microsoft" ,
2324 " Operating System :: POSIX :: Linux" ,
2425 " Intended Audience :: Developers" ,
2526 " Topic :: Database :: Front-Ends" ,
27+ " Programming Language :: Python" ,
28+ " Programming Language :: Python :: 3" ,
29+ " Programming Language :: Python :: 3 :: Only" ,
30+ " Programming Language :: Python :: 3.8" ,
31+ " Programming Language :: Python :: 3.9" ,
32+ " Programming Language :: Python :: 3.10" ,
33+ " Programming Language :: Python :: 3.11" ,
34+ " Programming Language :: Python :: 3.12" ,
2635]
2736authors = [{ email = " askiselev00@gmail.com" }, { name = " Kiselev Aleksandr" }]
2837maintainers = [{ name = " Kiselev Aleksandr" , email = " askiselev00@gmail.com" }]
@@ -118,6 +127,3 @@ line-length = 79
118127[tool .ruff .pydocstyle ]
119128convention = " pep257"
120129ignore-decorators = [" typing.overload" ]
121-
122- # [tool.ruff.pylint]
123- # allow-magic-value-types = ["int", "str", "float", "tuple"]
0 commit comments