Skip to content

Commit

Permalink
api: revert long description from README
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 23, 2023
1 parent 1cc22ed commit ad5c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
description="Emmet API Library",
author="The Materials Project",
author_email="[email protected]",
long_description=open("../README.md").read(), # noqa: SIM115
long_description="see README", # noqa: SIM115
long_description_content_type="text/markdown",
url="https://github.com/materialsproject/emmet",
packages=find_namespace_packages(include=["emmet.*"]),
Expand Down

0 comments on commit ad5c697

Please sign in to comment.