Updated repo URL to point to GH.

This commit is contained in:
Virgil Dupras 2013-07-19 18:18:16 -04:00
parent 8996fb9eac
commit bfd8f6e024
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,