Skip to content

Commit

Permalink
Resolved: Improper Markdown readme rendering in PyPi for solc-select (#…
Browse files Browse the repository at this point in the history
…190)

* Resolved the pypi rendering issue of solc-select

* Resolved the pypi rendering issue of solc-select

* Run black

---------

Co-authored-by: Nat Chin <[email protected]>
  • Loading branch information
AmitT98 and Nat Chin authored Aug 11, 2023
1 parent 60339a2 commit 2ea381f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
license="AGPL-3.0",
# pylint: disable=consider-using-with
long_description=open("README.md", encoding="utf8").read(),
long_description_content_type="text/markdown",
entry_points={
"console_scripts": [
"solc-select = solc_select.__main__:solc_select",
Expand Down

0 comments on commit 2ea381f

Please sign in to comment.