Closed elopez closed 1 year ago
Hi @elopez ,can you give a little more clarification, as to what you actually want to do?
Hi @AmitT98, I expanded a bit on the issue now 👍
Hi @elopez I would like to work on the issue, can you please assign it to me?
Hi @elopez . I made the necessary changes and now it renders correctly. I created a pypitest to verify the same. Please check it here. https://test.pypi.org/project/solc-select/1.0.5/. Let me know if this is good enough, so that I can raise a PR. Query: I have increased the version to 1.0.5 as this is minor change, should this be kept same?
Awesome! Go ahead with a PR 👍 and please keep the version the same, just include the fix on it.
Describe the issue:
The solc-select README that gets uploaded to PyPI is a markdown document, but due to a misconfiguration it is not rendered correctly in the PyPI site:
I think this can be solved with adding something like
long_description_content_type="text/markdown",
in setup.py. You can get more information on how the README in PyPI works in this link: https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/