mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 09:49:52 +00:00
Updated repo URL to point to GH.
This commit is contained in:
parent
8996fb9eac
commit
bfd8f6e024
@ -12,7 +12,7 @@ Send2Trash is a small package that sends files to the Trash (or Recycle Bin) *na
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Download the source from http://hg.hardcoded.net/send2trash and install it with::
|
Download the source from http://github.com/hsoft/send2trash and install it with::
|
||||||
|
|
||||||
>>> python setup.py install
|
>>> python setup.py install
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ setup(
|
|||||||
author_email='hsoft@hardcoded.net',
|
author_email='hsoft@hardcoded.net',
|
||||||
packages=['send2trash'],
|
packages=['send2trash'],
|
||||||
scripts=[],
|
scripts=[],
|
||||||
url='http://hg.hardcoded.net/send2trash/',
|
url='http://github.com/hsoft/send2trash',
|
||||||
license='BSD License',
|
license='BSD License',
|
||||||
description='Send file to trash natively under Mac OS X, Windows and Linux.',
|
description='Send file to trash natively under Mac OS X, Windows and Linux.',
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user