|
2 | 2 | name = "psqlpy-piccolo" |
3 | 3 | version = "0.1.0" |
4 | 4 | description = "" |
5 | | -authors = ["chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>"] |
| 5 | +authors = [ |
| 6 | + "chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>", |
| 7 | + "insani7y (Gurbanov Mikhail) <my.gurbanov@gmail.com>", |
| 8 | +] |
6 | 9 | readme = "README.md" |
| 10 | +keywords = [ |
| 11 | + "python", |
| 12 | + "postgresql", |
| 13 | + "psqlpy", |
| 14 | + "piccolo", |
| 15 | + "async-engine", |
| 16 | + "psqlpy-engine", |
| 17 | +] |
| 18 | +classifiers = [ |
| 19 | + "Typing :: Typed", |
| 20 | + "Topic :: Database", |
| 21 | + "Development Status :: 4 - Beta", |
| 22 | + "Programming Language :: Rust", |
| 23 | + "Programming Language :: Python", |
| 24 | + "Operating System :: MacOS", |
| 25 | + "Operating System :: Microsoft", |
| 26 | + "Operating System :: POSIX :: Linux", |
| 27 | + "Intended Audience :: Developers", |
| 28 | + "Programming Language :: Python", |
| 29 | + "Programming Language :: Python :: 3", |
| 30 | + "Programming Language :: Python :: 3 :: Only", |
| 31 | + "Programming Language :: Python :: 3.8", |
| 32 | + "Programming Language :: Python :: 3.9", |
| 33 | + "Programming Language :: Python :: 3.10", |
| 34 | + "Programming Language :: Python :: 3.11", |
| 35 | + "Programming Language :: Python :: 3.12", |
| 36 | +] |
7 | 37 |
|
8 | 38 | [tool.poetry.dependencies] |
9 | 39 | python = "^3.8" |
|
0 commit comments