Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gridnevvvit authored May 23, 2022
1 parent 7626681 commit 14020f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
setuptools.setup(
name="ydb",
version="2.4.0",
description="YDB Python library",
description="YDB Python SDK",
author="Yandex LLC",
author_email="ydb@yandex-team.ru",
url="http://github.com/yandex-cloud/ydb-python-sdk",
url="http://github.com/ydb-platform/ydb-python-sdk",
license="Apache 2.0",
package_dir={"": "."},
packages=setuptools.find_packages("."),
Expand Down

0 comments on commit 14020f4

Please sign in to comment.