We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476d4b commit 2ea9a3bCopy full SHA for 2ea9a3b
pyproject.toml
@@ -1,8 +1,15 @@
1
[tool.poetry]
2
name = "psqlpy-piccolo"
3
-version = "0.1.5"
+version = "0.1.6"
4
description = "PSQLPy-based engine for Piccolo-orm"
5
-authors = ["insani7y (Gurbanov Mikhail) <my.gurbanov@gmail.com>"]
+authors = [
6
+ "chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>",
7
+ "insani7y (Gurbanov Mikhail) <my.gurbanov@gmail.com>",
8
+]
9
+maintainers = [
10
+ "Kiselev Aleksandr <chandr@chandr.net>",
11
+ "Gurbanov Mikhail <my.gurbanov@gmail.com>",
12
13
readme = "README.md"
14
keywords = [
15
"python",
0 commit comments