소스 검색

Rename as change log is actually a valid .rst file

Matthew Wang 10 년 전
부모
커밋
5402a0e420
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    0
      CHANGES.rst
  2. 1
    1
      setup.py

CHANGES → CHANGES.rst 파일 보기


+ 1
- 1
setup.py 파일 보기

@@ -11,7 +11,7 @@ if sys.hexversion < 0x02050000:
11 11
 
12 12
 with open('README.rst') as doc:
13 13
     long_description = doc.read()
14
-with open('CHANGES') as changes:
14
+with open('CHANGES.rst') as changes:
15 15
     long_description += changes.read()
16 16
 
17 17
 setup(