[cig-commits] r6783 - short/3D/PyLith/branches/pylith-0.8

leif at geodynamics.org leif at geodynamics.org
Thu May 3 20:00:59 PDT 2007


Author: leif
Date: 2007-05-03 20:00:59 -0700 (Thu, 03 May 2007)
New Revision: 6783

Modified:
   short/3D/PyLith/branches/pylith-0.8/setup.py
Log:
Updated 'setup.py'.

Modified: short/3D/PyLith/branches/pylith-0.8/setup.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/setup.py	2007-05-04 02:13:08 UTC (rev 6782)
+++ short/3D/PyLith/branches/pylith-0.8/setup.py	2007-05-04 03:00:59 UTC (rev 6783)
@@ -14,7 +14,7 @@
     packages = find_packages("pylith3d"),
     
     install_requires = [
-    'pythia[mpi] >= 0.8.1.3b5, < 0.8.2a',
+    'pythia[mpi] >= 0.8.1.3, < 0.8.2a',
     ],
 
     author = 'Charles A. Williams, Brad Aagaard, and Matt Knepley',
@@ -23,9 +23,4 @@
     license = 'other',
     url = 'http://www.geodynamics.org/cig/software/packages/short/pylith/',
 
-    # temporary
-    dependency_links = [
-    'http://crust.geodynamics.org/~leif/shipping/',
-    ]
-
 )



More information about the cig-commits mailing list