From: W. Trevor King Date: Wed, 22 Feb 2012 16:30:49 +0000 (-0500) Subject: Update URLs from einstein to tremily. X-Git-Tag: 0.3~2 X-Git-Url: http://git.tremily.us/?p=FFT-tools.git;a=commitdiff_plain;h=289907ce1949ea6f4ef6e8ba861bc41abd425a98 Update URLs from einstein to tremily. --- diff --git a/README b/README index 81866bc..ce4da6d 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ Installing by hand FFT-tools is available as a Git_ repository:: - $ git clone http://www.physics.drexel.edu/~wking/code/git/FFT-tools.git + $ git clone git://tremily.us/FFT-tools.git See the homepage_ for details. To install the checkout, run the standard:: @@ -83,13 +83,11 @@ Copyright 2007-2011 .. _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/ .. _NumPy: http://numpy.scipy.org/ .. _Git: http://git-scm.com/ -.. _homepage: - http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/FFT-tools/ +.. _homepage: http://blog.tremily.us/posts/FFT-tools/ .. _matplotlib: http://matplotlib.sourceforge.net/ .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt diff --git a/setup.py b/setup.py index 982b173..1b76c4e 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ setup(name='FFT-tools', version=__version__, maintainer='W. Trevor King', maintainer_email='wking@drexel.edu', - url = 'http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/FFT-tools/', - download_url = 'http://www.physics.drexel.edu/~wking/code/python/FFT-tools-%s.tar.gz' % __version__, + url = 'http://blog.tremily.us/posts/FFT-tools/', + download_url = 'http://git.tremily.us/?p=FFT-tools.git;a=snapshot;h={};sf=tgz'.format(__version__), license = 'GNU General Public License (GPL)', platforms = ['all'], description = __doc__,