[haizea-commit] r577 - trunk
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Sun Feb 15 19:44:29 CST 2009
Author: borja
Date: 2009-02-15 19:44:28 -0600 (Sun, 15 Feb 2009)
New Revision: 577
Modified:
trunk/MANIFEST.in
trunk/setup.py
Log:
Updated manifest and setup.py for TP1.3
Modified: trunk/MANIFEST.in
===================================================================
--- trunk/MANIFEST.in 2009-02-16 01:44:11 UTC (rev 576)
+++ trunk/MANIFEST.in 2009-02-16 01:44:28 UTC (rev 577)
@@ -2,4 +2,8 @@
include etc/*.template
include traces/*.lwf
include traces/sample.images
-include traces/multi/*.lwf
\ No newline at end of file
+include traces/multi/*.lwf
+include tests/*.lwf
+include tests/*.py
+include tests/*.db
+include tests/onevm
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-02-16 01:44:11 UTC (rev 576)
+++ trunk/setup.py 2009-02-16 01:44:28 UTC (rev 577)
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(name='haizea',
- version='TP1.2',
+ version='TP1.3',
description='Haizea',
author='University of Chicago',
author_email='borja at cs.uchicago.edu',
@@ -11,7 +11,8 @@
'haizea.cli',
'haizea.common',
'haizea.resourcemanager',
- 'haizea.resourcemanager.deployment',
+ 'haizea.resourcemanager.scheduler',
+ 'haizea.resourcemanager.scheduler.preparation_schedulers',
'haizea.resourcemanager.enact',
'haizea.resourcemanager.frontends',
'haizea.traces'],
More information about the Haizea-commit
mailing list