Skip to content

Commit 2b90a6b

Browse files
committed
update pyproject.toml
1 parent 61fd51c commit 2b90a6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[tool.poetry]
22
name = "ydb-dbapi"
33
version = "0.0.1"
4-
description = ""
5-
authors = ["Oleg Ovcharuk <vgvoleg@gmail.com>"]
4+
description = "YDB Python DBAPI which complies with PEP 249"
5+
authors = ["Yandex LLC <ydb@yandex-team.ru>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
1010
ydb = "^3.18.3"
1111

12-
1312
[tool.poetry.group.dev.dependencies]
1413
pre-commit = "^4.0.1"
1514
ruff = "^0.6.9"

0 commit comments

Comments
 (0)