Mercurial > hg > bitsyblog
diff setup.py @ 41:b1a4f1f434cf
don't know what i did
author | k0s <k0scist@gmail.com> |
---|---|
date | Wed, 04 Nov 2009 18:01:00 -0500 |
parents | 11b1364085a9 |
children | 0e7f56709c90 |
line wrap: on
line diff
--- a/setup.py Sun Nov 01 20:58:54 2009 -0500 +++ b/setup.py Wed Nov 04 18:01:00 2009 -0500 @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '2.0' +version = '2.1' try: description = file('README.txt').read() @@ -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="""