diff --git a/setup.py b/setup.py index efa152c..abd2f32 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,27 @@ with open('requirements.txt') as f: required = f.read().splitlines() -with open("README.md", "r") as fh: - long_description = fh.read() +long_description = """# PoseCheck: Benchmarking Generated Poses + +
+ + + +
+ + [Paper](https://arxiv.org/abs/2308.07413) | [Documentation](https://posecheck.readthedocs.io/en/latest/) + +## What is PoseCheck? + +PoseCheck is a package for analysing the quality of generated protein-ligand complexes from 3D target-conditioned generative models. + +```bash +git clone https://github.com/cch1999/posecheck.git +cd posecheck + +pip install -e . +pip install -r requirements.txt +```""" setup( name="posecheck",