@@ -18,11 +18,20 @@ classifiers = [
18
18
" Topic :: Database" ,
19
19
" Development Status :: 4 - Beta" ,
20
20
" Programming Language :: Rust" ,
21
+ " Programming Language :: Python" ,
21
22
" Operating System :: MacOS" ,
22
23
" Operating System :: Microsoft" ,
23
24
" Operating System :: POSIX :: Linux" ,
24
25
" Intended Audience :: Developers" ,
25
26
" 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" ,
26
35
]
27
36
authors = [{
email =
" [email protected] " }, {
name =
" Kiselev Aleksandr" }]
28
37
maintainers = [{
name =
" Kiselev Aleksandr" ,
email =
" [email protected] " }]
@@ -118,6 +127,3 @@ line-length = 79
118
127
[tool .ruff .pydocstyle ]
119
128
convention = " pep257"
120
129
ignore-decorators = [" typing.overload" ]
121
-
122
- # [tool.ruff.pylint]
123
- # allow-magic-value-types = ["int", "str", "float", "tuple"]
0 commit comments