Renamed CHANGES --> CHANGES.rst

And fixed setup.py which was broken since README rename.
This commit is contained in:
Virgil Dupras 2013-07-19 18:23:00 -04:00
parent bfd8f6e024
commit a8dbb1ac63
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CLASSIFIERS = [
'Topic :: Desktop Environment :: File Managers',
]
LONG_DESCRIPTION = open('README', 'rt').read() + '\n\n' + open('CHANGES', 'rt').read()
LONG_DESCRIPTION = open('README.rst', 'rt').read() + '\n\n' + open('CHANGES.rst', 'rt').read()
setup(
name='Send2Trash3k',