[cig-commits] r4747 - cs/pythia/trunk

leif at geodynamics.org leif at geodynamics.org
Sun Oct 8 21:00:56 PDT 2006


Author: leif
Date: 2006-10-08 21:00:56 -0700 (Sun, 08 Oct 2006)
New Revision: 4747

Modified:
   cs/pythia/trunk/setup.py
Log:
Registered pythia at PyPI.  It turns out we can have a link on
the PyPI project page which points back to our web site, and
setuptools will still find it!  (It automatically follows the
"Home Page" and "Download URL" links.)  In other words, we don't
have to upload pythia to PyPI.  The downloads will appear in our
web stats.

If you have setuptools installed, try it!

   easy_install pythia

(The link to Crust is temporary, so that I can test.)


Modified: cs/pythia/trunk/setup.py
===================================================================
--- cs/pythia/trunk/setup.py	2006-10-09 02:13:15 UTC (rev 4746)
+++ cs/pythia/trunk/setup.py	2006-10-09 04:00:56 UTC (rev 4747)
@@ -41,7 +41,8 @@
     author = 'Michael A.G. Aivazis',
     author_email = 'aivazis at caltech.edu',
     description = 'An extensible, object-oriented framework for specifying and staging complex, multi-physics simulations.',
-    license = "BSD",
-    url = 'http://www.cacr.caltech.edu/projects/pyre/',
+    license = 'BSD',
+    url = 'http://www.geodynamics.org/cig/software/packages/pythia/',
+    download_url = 'http://crust.geodynamics.org/~leif/shipping/', # temporary
     
     )



More information about the cig-commits mailing list