From: W. Trevor King Date: Wed, 22 Feb 2012 16:53:47 +0000 (-0500) Subject: Update download URL from einstein to tremily. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=422d2dc8798f25d64f2a27dd258bdcbb45df4d60 Update download URL from einstein to tremily. Also made a few reStructuredText corrections in the README. --- diff --git a/README b/README index 528b9f7..e2c665c 100644 --- a/README +++ b/README @@ -27,11 +27,10 @@ See `Hooke's Google Code homepage`_ for more details. How it works ============ -See the doc/tutorial.txt file distributed with Hooke, or the `online -docs`_. - -.. _online docs: http://www.physics.drexel.edu/~wking/rsrch/hooke/ +See the ``doc/tutorial.txt`` file distributed with Hooke, or the +`online docs`__. +__ docs_ Where it's published ==================== @@ -80,8 +79,8 @@ Licensing ========= Hooke is released under the GNU Lesser General Public License, either -version 3 of the License (COPYING and COPYING.LESSER), or (at your -option) any later version. +version 3 of the License (``COPYING`` and ``COPYING.LESSER``), or (at +your option) any later version. .. _Hooke's Google Code homepage: http://code.google.com/p/hooke/ .. _docs: http://hooke.tremily.us/ diff --git a/setup.py b/setup.py index 0d0ad77..b34e81f 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup(name="Hooke", maintainer="Massimo Sandal", maintainer_email="hookesoftware@googlegroups.com", url="http://code.google.com/p/hooke/", - download_url='http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)), + download_url='http://git.tremily.us/?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)), license = "GNU Lesser General Public License (LGPL)", platforms = ["all"], description = __doc__,