Browse Source

Rename as change log is actually a valid .rst file

Matthew Wang 10 years ago
parent
commit
5402a0e420
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      CHANGES.rst
  2. 1
    1
      setup.py

CHANGES → CHANGES.rst View File


+ 1
- 1
setup.py View File

11
 
11
 
12
 with open('README.rst') as doc:
12
 with open('README.rst') as doc:
13
     long_description = doc.read()
13
     long_description = doc.read()
14
-with open('CHANGES') as changes:
14
+with open('CHANGES.rst') as changes:
15
     long_description += changes.read()
15
     long_description += changes.read()
16
 
16
 
17
 setup(
17
 setup(