Skip to content

Commit 14020f4

Browse files
authored
Update setup.py
1 parent 7626681 commit 14020f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
setuptools.setup(
66
name="ydb",
77
version="2.4.0",
8-
description="YDB Python library",
8+
description="YDB Python SDK",
99
author="Yandex LLC",
1010
author_email="[email protected]",
11-
url="http://github.com/yandex-cloud/ydb-python-sdk",
11+
url="http://github.com/ydb-platform/ydb-python-sdk",
1212
license="Apache 2.0",
1313
package_dir={"": "."},
1414
packages=setuptools.find_packages("."),

0 commit comments

Comments
 (0)