1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-31 10:51:38 +00:00

Added README and CHANGES.

This commit is contained in:
Virgil Dupras
2010-04-07 10:43:36 +02:00
parent 203973d66c
commit aff05287b3
3 changed files with 30 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ setup(
packages=['send2trash'],
scripts=[],
ext_modules = exts,
url='http://www.hardcoded.net/docs/send2trash/',
url='http://hg.hardcoded.net/send2trash/',
license='LICENSE',
description='Send file to trash natively under Mac OS X, Windows and Linux.',
)