Skip to content

Commit 4690a3c

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
22
import setuptools
33

4+
with open("README.md", "r") as r:
5+
long_description = r.read()
46

57
setuptools.setup(
68
name="ydb",
@@ -11,6 +13,8 @@
1113
url="http://github.com/ydb-platform/ydb-python-sdk",
1214
license="Apache 2.0",
1315
package_dir={"": "."},
16+
long_description=long_description,
17+
long_description_content_type='text/markdown',
1418
packages=setuptools.find_packages("."),
1519
classifiers=[
1620
"Programming Language :: Python",

0 commit comments

Comments
 (0)