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 14020f4 commit 4690a3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
import setuptools

with open("README.md", "r") as r:
long_description = r.read()

setuptools.setup(
name="ydb",
Expand All @@ -11,6 +13,8 @@
url="http://github.com/ydb-platform/ydb-python-sdk",
license="Apache 2.0",
package_dir={"": "."},
long_description=long_description,
long_description_content_type='text/markdown',
packages=setuptools.find_packages("."),
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 4690a3c

Please sign in to comment.