瀏覽代碼

use markdown instead of rest

Gerrit 7 年之前
父節點
當前提交
03db2b9b2e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      setup.py

+ 1
- 1
setup.py 查看文件

@@ -1,7 +1,7 @@
1 1
 import os
2 2
 from setuptools import find_packages, setup
3 3
 
4
-with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
4
+with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
5 5
     README = readme.read()
6 6
 
7 7
 # allow setup.py to be run from any path

Loading…
取消
儲存