Skip to content

Commit fa04dd7

Browse files
committed
Project structure change
1 parent ed27c9f commit fa04dd7

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psqlpy"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,16 @@ classifiers = [
2424
"Intended Audience :: Developers",
2525
"Topic :: Database :: Front-Ends",
2626
]
27+
authors = [{ email = "askiselev00@gmail.com" }, { name = "Kiselev Aleksandr" }]
28+
maintainers = [{ name = "Kiselev Aleksandr", email = "askiselev00@gmail.com" }]
2729
dynamic = ["version"]
2830

2931
[tool.maturin]
3032
python-source = "python"
3133
module-name = "psqlpy._internal"
3234
features = ["pyo3/extension-module"]
3335

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>"]
36+
[project.urls]
3937
homepage = "https://github.com/qaspen-python/psqlpy"
4038
repository = "https://github.com/qaspen-python/psqlpy"
4139
documentation = "https://github.com/qaspen-python/psqlpy/blob/main/README.md"

0 commit comments

Comments
 (0)