Skip to content
Merged

Sync #30

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix "The description failed to render in the default format of reStru…
…cturedText", refer "How can I upload a project description in a different format?" part in https://pypi.org/help/#description-content-type
  • Loading branch information
zhangchunlin committed May 27, 2019
commit d01ac7cc837b86159dc884671405ea53c1220532
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def grep(attrname):
author_email=grep('__email__'),
description='uliweb-apijson',
long_description=desc(),
long_description_content_type="text/markdown",
packages = find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down