From 616cb52ddcfec5ced0fc41bd18473c090f8eb014 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 22 Feb 2012 13:55:14 -0500 Subject: [PATCH] Update URLs from einstein to tremily. --- README | 11 ++++------- setup.py | 5 +++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README b/README index fbc6871..79ae938 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ Installing by hand Stepper is available as a Git_ repository:: - $ git clone http://www.physics.drexel.edu/~wking/code/git/stepper.git + $ git clone git://tremily.us/stepper.git See the homepage_ for details. To install the checkout, run the standard:: @@ -86,15 +86,12 @@ Copyright 2008-2011 .. _Control of Stepping Motors: http://www.cs.uiowa.edu/~jones/step/ .. _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/ .. _Comedilib: http://www.comedi.org/ .. _Nose: http://somethingaboutorange.com/mrl/projects/nose/ -.. _Pycomedi: - http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/pycomedi/ +.. _Pycomedi: http://blog.tremily.us/posts/pycomedi/ .. _Git: http://git-scm.com/ -.. _homepage: - http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/stepper/ +.. _homepage: http://blog.tremily.us/posts/stepper/ .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt diff --git a/setup.py b/setup.py index d3f7d99..bf3e54c 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,9 @@ setup(name='stepper', version=__version__, maintainer='W. Trevor King', maintainer_email='wking@drexel.edu', - url = 'http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/stepper/', - download_url = 'http://www.physics.drexel.edu/~wking/code/python/stepper-%s.tar.gz' % __version__, + url = 'http://tremily.us/posts/stepper/', + download_url = 'http://git.tremily.us/?p=stepper.git;a=snapshot;h=v{};sf=tgz'.format( + __version__), license = 'GNU General Public License (GPL)', platforms = ['all'], description = __doc__.split('\n', 1)[0], -- 2.26.2