Skip to content

Commit

Permalink
long_description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsercu committed Feb 26, 2021
1 parent 4a6c203 commit 537ad6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@
with open("esm/version.py") as infile:
exec(infile.read())

with open("README.md") as f:
readme = f.read()


setup(
name="esm",
version=version,
description="Pre-trained evolutionary scale models for proteins, from Facebook AI Research.",
description="Evolutionary Scale Modeling (esm): Pretrained language models for proteins. From Facebook AI Research.",
long_description=readme,
long_description_content_type="text/markdown",
author="Facebook AI Research",
url="https://github.com/facebookresearch/esm",
license="MIT",
Expand Down

0 comments on commit 537ad6a

Please sign in to comment.