renamed CHANGES file
This commit is contained in:
parent
6921f20fed
commit
9b1579f587
|
@ -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
|
||||
|
|
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…
Reference in a new issue