renamed CHANGES file

This commit is contained in:
Lance Edgar 2013-08-30 20:11:42 -07:00
parent 6921f20fed
commit 9b1579f587
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
include *.txt *.py
include *.txt
include *.rst
include *.py
recursive-include rattail/pyramid/static *.css
recursive-include rattail/pyramid/static *.png

View file

@ -30,7 +30,7 @@ from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
execfile(os.path.join(here, 'rattail', 'pyramid', '_version.py'))
README = open(os.path.join(here, 'README.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
requires = [