mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-12-03 19:59:02 +00:00
Renamed CHANGES --> CHANGES.rst
And fixed setup.py which was broken since README rename.
This commit is contained in:
parent
bfd8f6e024
commit
a8dbb1ac63
2
setup.py
2
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user