[cig-commits] r4099 - cs/framework/trunk

leif at geodynamics.org leif at geodynamics.org
Mon Jul 24 16:12:49 PDT 2006


Author: leif
Date: 2006-07-24 16:12:49 -0700 (Mon, 24 Jul 2006)
New Revision: 4099

Modified:
   cs/framework/trunk/setup.py
Log:
Updated 'setup.py' for cig.addyndum.


Modified: cs/framework/trunk/setup.py
===================================================================
--- cs/framework/trunk/setup.py	2006-07-24 22:36:48 UTC (rev 4098)
+++ cs/framework/trunk/setup.py	2006-07-24 23:12:49 UTC (rev 4099)
@@ -12,10 +12,19 @@
     zip_safe = False,
     packages = find_packages(),
     package_data = {
-    # If any package contains *.cfg, *.pml, or *.odb files, include them:
-    '': ['*.cfg', '*.pml', '*.odb'],
+    '': ['*.cfg', '*.pml', '*.odb', '*.tmpl'],
+    'cig.addyndum': ['resources/scripts/*.tmpl'],
     },
     
+    install_requires = [
+    'pythia >= 0.8-1.0dev-r4034, < 0.9, == dev',
+    'Cheetah',
+    ],
+
+    dependency_links = [
+    'svn://geodynamics.org/cig/cs/pythia/trunk#egg=pythia-dev',
+    ],
+
     author = 'CIG',
     author_email = 'cig-all at geodynamics.org',
     description = 'The CIG Python Framework.',



More information about the cig-commits mailing list