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",