[Repoze-checkins] r1637 - repoze.shootout/trunk
Carlos de la Guardia
cguardia at yahoo.com
Thu Aug 21 01:38:20 EDT 2008
Author: Carlos de la Guardia <cguardia at yahoo.com>
Date: Thu Aug 21 01:38:19 2008
New Revision: 1637
Log:
error on Deliverance dependency name corrected, needed the capital D
Modified:
repoze.shootout/trunk/setup.py
Modified: repoze.shootout/trunk/setup.py
==============================================================================
--- repoze.shootout/trunk/setup.py (original)
+++ repoze.shootout/trunk/setup.py Thu Aug 21 01:38:19 2008
@@ -13,7 +13,7 @@
'setuptools',
'repoze.bfg',
'repoze.who',
- 'deliverance',
+ 'Deliverance',
'SQLAlchemy',
]
import sys
More information about the Repoze-checkins
mailing list