mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-12-21 10:59:03 +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
|
||||
------------
|
||||
|
||||
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
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ setup(
|
||||
author_email='hsoft@hardcoded.net',
|
||||
packages=['send2trash'],
|
||||
scripts=[],
|
||||
url='http://hg.hardcoded.net/send2trash/',
|
||||
url='http://github.com/hsoft/send2trash',
|
||||
license='BSD License',
|
||||
description='Send file to trash natively under Mac OS X, Windows and Linux.',
|
||||
long_description=LONG_DESCRIPTION,
|
||||
|
Loading…
Reference in New Issue
Block a user