File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " psqlpy"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -5,14 +5,37 @@ build-backend = "maturin"
55[project ]
66name = " psqlpy"
77requires-python = " >=3.8"
8+ keywords = [
9+ " postgresql" ,
10+ " psql" ,
11+ " async-driver" ,
12+ " psql-driver" ,
13+ " postgresql-driver" ,
14+ " python-driver" ,
15+ ]
816classifiers = [
17+ " Typing :: Typed" ,
18+ " Topic :: Database" ,
19+ " Development Status :: 4 - Beta" ,
920 " Programming Language :: Rust" ,
10- " Programming Language :: Python :: Implementation :: CPython" ,
11- " Programming Language :: Python :: Implementation :: PyPy" ,
21+ " Operating System :: MacOS" ,
22+ " Operating System :: Microsoft" ,
23+ " Operating System :: POSIX :: Linux" ,
24+ " Intended Audience :: Developers" ,
25+ " Topic :: Database :: Front-Ends" ,
1226]
1327dynamic = [" version" ]
1428
1529[tool .maturin ]
1630python-source = " python"
1731module-name = " psqlpy._internal"
1832features = [" pyo3/extension-module" ]
33+
34+ [tool .poetry ]
35+ name = " psqlpy"
36+ version = " 0.1.2"
37+ description = " Async PostgreSQL driver for Python written in Rust"
38+ authors = [" Kiselev Aleksandr <askisele00@gmail.com>" ]
39+ homepage = " https://github.com/qaspen-python/psqlpy"
40+ repository = " https://github.com/qaspen-python/psqlpy"
41+ documentation = " https://github.com/qaspen-python/psqlpy/blob/main/README.md"
You can’t perform that action at this time.
0 commit comments