diff setup.py @ 2:1f5233951a43

move some documentation around
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 23 Dec 2010 14:09:48 -0800
parents 0613e2bb0ebe
children
line wrap: on
line diff
--- a/setup.py	Mon Dec 20 09:32:35 2010 -0800
+++ b/setup.py	Thu Dec 23 14:09:48 2010 -0800
@@ -21,15 +21,12 @@
       zip_safe=False,
       install_requires=[
           # -*- Extra requirements: -*-
-         'WebOb',	
-         'Paste',
-         'PasteScript',
+         'WebOb',
          'genshi',
+         'wsgiblob'
       ],
       entry_points="""
       # -*- Entry points: -*-
-      [paste.app_factory]
-      flowerbed = flowerbed.factory:factory
       """,
       )