1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2024-12-21 10:59:03 +00:00

Added long_description to setup.

This commit is contained in:
Virgil Dupras 2010-04-08 16:28:23 +02:00
parent fa68152b35
commit a3e41602cf

View File

@ -30,4 +30,5 @@ setup(
url='http://hg.hardcoded.net/send2trash/',
license='LICENSE',
description='Send file to trash natively under Mac OS X, Windows and Linux.',
long_description=open('README').read(),
)