Mercurial > hg > bitsyblog
comparison 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 |
comparison
equal
deleted
inserted
replaced
35:7e7fbdc64cc1 | 37:695e59e5a4a7 |
---|---|
29 # -*- Extra requirements: -*- | 29 # -*- Extra requirements: -*- |
30 'WebOb', | 30 'WebOb', |
31 'Paste', | 31 'Paste', |
32 'PasteScript', | 32 'PasteScript', |
33 'python-dateutil', | 33 'python-dateutil', |
34 'markup', | |
35 'skimpygimpy', | |
36 'PyRSS2Gen', | 34 'PyRSS2Gen', |
37 'docutils', | 35 'docutils', |
38 'genshi', | 36 'genshi', |
37 'bitsyauth' | |
39 # 'lxml', | 38 # 'lxml', |
40 ], | 39 ], |
41 dependency_links=[ | 40 dependency_links=[ |
42 'https://svn.openplans.org/svn/standalone/markup#egg=markup', | |
43 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste', | 41 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste', |
44 'http://downloads.sourceforge.net/skimpygimpy/skimpyGimpy_1_3.zip#egg=skimpygimpy', | |
45 'http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen' | 42 'http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen' |
46 ], | 43 ], |
47 entry_points=""" | 44 entry_points=""" |
48 # -*- Entry points: -*- | 45 # -*- Entry points: -*- |
49 [paste.app_factory] | 46 [paste.app_factory] |