浏览代码

Use RST instead of Markdown

Benjamin Gleitzman 5 年之前
父节点
当前提交
1e1c940f8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -39,7 +39,7 @@ setup(
     version=howdoi.__version__,
     description='Instant coding answers via the command line',
     long_description=long_description,
-    long_description_content_type='text/markdown',
+    long_description_content_type='text/x-rst',
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Environment :: Console",