From 68a3bb821aa0c78fa6bdee4e044e4e1d16a54e61 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 22 Feb 2012 13:37:19 -0500 Subject: [PATCH] Update URLs from einstein to tremily. --- README | 8 +++----- setup.py | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README b/README index d50b6fc..af76ea0 100644 --- a/README +++ b/README @@ -95,7 +95,7 @@ Installing by hand Pypid is available as a Git_ repository:: - $ git clone http://www.physics.drexel.edu/~wking/code/git/pypid.git + $ git clone git://tremily.us/pypid.git See the homepage_ for details. To install the checkout, run the standard:: @@ -141,8 +141,7 @@ Copyright 2008-2011 .. _Laird thermal: http://lairdtech.thomasnet.com/category/thermal-management-solutions/ .. _eBay: http://www.ebay.com/ .. _layman: http://layman.sourceforge.net/ -.. _wtk overlay: - http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Gentoo_overlay +.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay .. _Debian: http://www.debian.org/ .. _Gentoo: http://www.gentoo.org/ .. _aubio: http://aubio.org/ @@ -154,6 +153,5 @@ Copyright 2008-2011 .. _db578120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578120 .. _nose: http://somethingaboutorange.com/mrl/projects/nose/ .. _Git: http://git-scm.com/ -.. _homepage: - http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/pypid/ +.. _homepage: http://blog.tremily.us/posts/pypid/ .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt diff --git a/setup.py b/setup.py index cf4d014..627b1ab 100644 --- a/setup.py +++ b/setup.py @@ -8,15 +8,14 @@ from pypid import __version__ _this_dir = os.path.dirname(__file__) -base_url = 'http://physics.drexel.edu/~wking' setup(name='pypid', version=__version__, maintainer='W. Trevor King', maintainer_email='wking@drexel.edu', - url = '{}/unfolding-disasters/posts/pypid'.format(base_url), - download_url = '{}/code/python/pypid-{}.tar.gz'.format( - base_url, __version__), + url='http://blog.tremily.us/posts/pypid', + download_url='http://git.tremily.us/?p=pypid.git;a=snapshot;h=v{};sf=tgz'.format( + __version__), license = 'GNU General Public License (GPL)', platforms = ['all'], description = __doc__, -- 2.26.2