diff setup.py @ 37:695e59e5a4a7

separate bitsyauth into its own module
author k0s <k0scist@gmail.com>
date Mon, 02 Nov 2009 21:43:05 -0500
parents 7e7fbdc64cc1
children 11b1364085a9
line wrap: on
line diff
--- a/setup.py	Sun Nov 01 13:30:18 2009 -0500
+++ b/setup.py	Mon Nov 02 21:43:05 2009 -0500
@@ -31,17 +31,14 @@
           'Paste',
           'PasteScript',
           'python-dateutil',
-          'markup',
-          'skimpygimpy',
           'PyRSS2Gen',
           'docutils',
           'genshi',
+          'bitsyauth'
 #          'lxml',
       ],
       dependency_links=[ 
-        'https://svn.openplans.org/svn/standalone/markup#egg=markup',
         'http://svn.pythonpaste.org/Paste/trunk#egg=Paste',
-        'http://downloads.sourceforge.net/skimpygimpy/skimpyGimpy_1_3.zip#egg=skimpygimpy',
         'http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'
         ],
       entry_points="""