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 67e71c8 commit 0794d77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
with open('requirements.txt') as f:
required = f.read().splitlines()

with open('README.md', 'r') as f:
long_description = f.read()
# with open('README.md', 'r') as f:
# long_description = f.read()

long_description = "PoseCheck is a library for benchmarking poses of 3D SBDD models."

setup(
name="posecheck",
Expand Down

0 comments on commit 0794d77

Please sign in to comment.