Skip to content

Commit f303530

Browse files
authored
add description in pypi (#112)
1 parent e2fea1f commit f303530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
],
4141
version=__version__,
4242
description="DPF Python gRPC client",
43-
# long_description=io_open(readme_file, encoding="utf-8").read(),
43+
long_description=open("README.md").read(),
44+
long_description_content_type="text/markdown",
4445
classifiers=[
4546
"Development Status :: 4 - Beta",
4647
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)