Skip to content

Commit

Permalink
fix pypi long_description_content_type missing
Browse files Browse the repository at this point in the history
  • Loading branch information
yorks committed Jun 9, 2021
1 parent 4542883 commit f82ebac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: Apache Software License
"""
Expand All @@ -42,6 +43,7 @@
license = "GPLv3.0",
description=u'a qiye wechat api module, 企业微信的API相关的python实现 https://work.weixin.qq.com/api/doc',
long_description=doc+'\n\n',
long_description_content_type='text/markdown',
platforms = [ "any" ],
keywords = "api, 企业微信, 微信, wechat, corpwechat",
classifiers=classifiers.splitlines(),
Expand Down

0 comments on commit f82ebac

Please sign in to comment.