Parcourir la source

Rename as change log is actually a valid .rst file

Matthew Wang il y a 10 ans
Parent
révision
5402a0e420
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0
    0
      CHANGES.rst
  2. 1
    1
      setup.py

CHANGES → CHANGES.rst Voir le fichier


+ 1
- 1
setup.py Voir le fichier

@@ -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(