ソースを参照

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

読み込み中…
キャンセル
保存