[cig-commits] r4741 - cs/framework/tags/v1.0b1

leif at geodynamics.org leif at geodynamics.org
Fri Oct 6 21:31:24 PDT 2006


Author: leif
Date: 2006-10-06 21:31:24 -0700 (Fri, 06 Oct 2006)
New Revision: 4741

Modified:
   cs/framework/tags/v1.0b1/setup.py
Log:
Minor changes for cig framework v1.0b1 (final).

Santiago should now be able to install the web portal on his Mac
using simply "sudo python setup.py develop".


Modified: cs/framework/tags/v1.0b1/setup.py
===================================================================
--- cs/framework/tags/v1.0b1/setup.py	2006-10-07 01:36:28 UTC (rev 4740)
+++ cs/framework/tags/v1.0b1/setup.py	2006-10-07 04:31:24 UTC (rev 4741)
@@ -19,6 +19,8 @@
     package_data = {
     '': ['*.cfg', '*.pml', '*.odb', '*.tmpl'],
     'cig.addyndum': ['resources/scripts/*.tmpl'],
+    'cig.web.seismo.events': ['templates/events/*.html'],
+    'cig.web.seismo.stations': ['STATIONS', 'templates/stations/*.html', 'templates/stations/*.kml', 'sql/*.sql'],
     },
     
     install_requires = [



More information about the cig-commits mailing list