Skip to content

Commit c126dde

Browse files
committed
fix(build): say to setup that readme is in markdown
The upload to pypi do not work with readme on markdown and without long_description_content_type option
1 parent 27ca914 commit c126dde

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
@@ -19,6 +19,7 @@
1919
version="1.0.4.dev0",
2020
description="Add-on which create Plone site into Zope",
2121
long_description=long_description,
22+
long_description_content_type="text/markdown",
2223
# Get more from https://pypi.org/classifiers/
2324
classifiers=[
2425
"Environment :: Web Environment",

0 commit comments

Comments
 (0)