Merge pull request #1339 from aranyadan/dev

Fixed Pypi Markdown render
pull/1348/head
Feist Josselin 2 years ago committed by GitHub
commit aacb993203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      setup.py

@ -31,6 +31,7 @@ setup(
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
license="AGPL-3.0",
long_description=long_description,
long_description_content_type="text/markdown",
entry_points={
"console_scripts": [
"slither = slither.__main__:main",

Loading…
Cancel
Save