Update URLs from einstein to tremily.
authorW. Trevor King <wking@drexel.edu>
Wed, 22 Feb 2012 18:55:14 +0000 (13:55 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 22 Feb 2012 18:55:14 +0000 (13:55 -0500)
README
setup.py

diff --git a/README b/README
index fbc68714fdb27bc8d149d98cfa0f32c4c382da31..79ae9385b1fa56e2015ec3f08eec26076b2c2804 100644 (file)
--- 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
index d3f7d99da4cf2c1b4cf82481d3a794925450b1bb..bf3e54c71229f0a01dc1194e1188b4dc47b923bc 100644 (file)
--- 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],