Changeset - 8f65bb795293
[Not reviewed]
1 2 1
Lance Edgar (lance) - 11 years ago 2013-04-19 11:50:06
lance@edbob.org
Renamed CHANGES file.

Added ``.rst`` extension for a better editor experience.
3 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CHANGES.rst
Show inline comments
 
file renamed from CHANGES.txt to CHANGES.rst
MANIFEST.in
Show inline comments
 
include *.txt
 
include *.rst
setup.py
Show inline comments
 
@@ -30,7 +30,7 @@ from setuptools import setup, find_packages
 
here = os.path.abspath(os.path.dirname(__file__))
 
execfile(os.path.join(here, 'rattail', '_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 = [
0 comments (0 inline, 0 general)