[Mpuls-commits] r4022 - base/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 25 19:09:56 CEST 2010


Author: bh
Date: 2010-10-25 19:09:54 +0200 (Mon, 25 Oct 2010)
New Revision: 4022

Modified:
   base/trunk/ChangeLog
   base/trunk/setup.py
Log:
* setup.py: Add entry point for the redirectory which was only
added to mpulsweb.egg-info/entry_points.txt so far.  When setup.py
is used to install mpuls that file is overwritten by the contents
defined in setup.py


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-10-25 15:33:48 UTC (rev 4021)
+++ base/trunk/ChangeLog	2010-10-25 17:09:54 UTC (rev 4022)
@@ -1,5 +1,12 @@
 2010-10-25  Bernhard Herzog  <bh at intevation.de>
 
+	* setup.py: Add entry point for the redirectory which was only
+	added to mpulsweb.egg-info/entry_points.txt so far.  When setup.py
+	is used to install mpuls that file is overwritten by the contents
+	defined in setup.py
+
+2010-10-25  Bernhard Herzog  <bh at intevation.de>
+
 	* mpulsweb/model/logbook.py (Logbook.__init__): Remove parameters
 	sort_field and sort_order and corresponding instance variables.
 	The parameters are never used and the instance variables are only

Modified: base/trunk/setup.py
===================================================================
--- base/trunk/setup.py	2010-10-25 15:33:48 UTC (rev 4021)
+++ base/trunk/setup.py	2010-10-25 17:09:54 UTC (rev 4022)
@@ -48,6 +48,7 @@
     entry_points="""
     [paste.app_factory]
     main = mpulsweb.config.middleware:make_app
+    redirector = mpulsweb.config.middleware:make_redirector
 
     [paste.app_install]
     main = pylons.util:PylonsInstaller



More information about the Mpuls-commits mailing list