Remove CHANGES.rst

This commit is contained in:
Ian Cordasco 2016-06-14 20:48:44 -05:00
parent 29419b0ac3
commit 3af48abac6
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 1 additions and 332 deletions

View file

@ -45,7 +45,7 @@ if sys.version_info < (3, 2):
def get_long_description():
"""Generate a long description from the README and CHANGES files."""
descr = []
for fname in ('README.rst', 'CHANGES.rst'):
for fname in ('README.rst',):
with open(fname) as f:
descr.append(f.read())
return '\n\n'.join(descr)