From c9e90e2daab73e13039b6a0813df4c1dfcf42b17 Mon Sep 17 00:00:00 2001 From: Yaning Cui <39021445+emotionor@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:28:31 +0800 Subject: [PATCH] update pypi description using readme (#268) --- unimol_tools/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unimol_tools/setup.py b/unimol_tools/setup.py index a51a833..c96848e 100644 --- a/unimol_tools/setup.py +++ b/unimol_tools/setup.py @@ -5,8 +5,10 @@ setup( name="unimol_tools", - version="0.1.0.post2", + version="0.1.0.post4", description=("unimol_tools is a Python package for property prediciton with Uni-Mol in molecule, materials and protein."), + long_description=open('README.md').read(), + long_description_content_type='text/markdown', author="DP Technology", author_email="unimol@dp.tech", license="The MIT License",