Skip to content

Commit 84f0133

Browse files
authored
Merge pull request #461 from crytic/0xalpharush-patch-3
fix rendering on pypi
2 parents c48e7a1 + ca2d60c commit 84f0133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
license="AGPL-3.0",
3737
long_description=long_description,
38+
long_description_content_type="text/markdown",
3839
package_data={"crytic_compile": ["py.typed"]},
3940
entry_points={"console_scripts": ["crytic-compile = crytic_compile.__main__:main"]},
4041
)

0 commit comments

Comments
 (0)