소스 검색

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…
취소
저장