From bfd8f6e024684c351638fd17874d4ba461d08d9a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 19 Jul 2013 18:18:16 -0400 Subject: [PATCH] Updated repo URL to point to GH. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 91c1fc3..1d8da68 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 4369e81..b916708 100644 --- a/setup.py +++ b/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,