Skip to content

Commit

Permalink
chore: Update long description in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1999 committed Aug 21, 2024
1 parent 8a0a2a1 commit 3d66d9d
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
<p align="center">
<a href="">
<img src="data/posecheck_logo.png" width="800"/>
</a>
</p>
[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",
Expand Down

0 comments on commit 3d66d9d

Please sign in to comment.