renamed CHANGES file
This commit is contained in:
parent
6921f20fed
commit
9b1579f587
3 changed files with 4 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue