Skip to content

Commit 16b855d

Browse files
committed
Add pypi keywords and classifiers
1 parent ed7a97d commit 16b855d

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

pyproject.toml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,38 @@
22
name = "psqlpy-piccolo"
33
version = "0.1.0"
44
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+
]
69
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+
]
737

838
[tool.poetry.dependencies]
939
python = "^3.8"

0 commit comments

Comments
 (0)