Mercurial > hg > bitsyblog
comparison setup.py @ 10:93a4557e15c1
filling out genshi
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 06 Oct 2009 21:37:50 -0400 |
parents | c5897e1d06e1 |
children | 7e7fbdc64cc1 |
comparison
equal
deleted
inserted
replaced
9:e4f28fde518a | 10:93a4557e15c1 |
---|---|
17 description="a tiny tiny blog", | 17 description="a tiny tiny blog", |
18 long_description=description, | 18 long_description=description, |
19 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 19 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
20 keywords='blog', | 20 keywords='blog', |
21 author='Jeff Hammel', | 21 author='Jeff Hammel', |
22 author_email='jhammel@openplans.org', | 22 author_email='k0scist@gmail.com', |
23 url='http://bitsyblog.biz', | 23 url='http://k0s.org/blog', |
24 license='GPL', | 24 license='GPL', |
25 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 25 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
26 include_package_data=True, | 26 include_package_data=True, |
27 zip_safe=False, | 27 zip_safe=False, |
28 install_requires=[ | 28 install_requires=[ |
33 'python-dateutil', | 33 'python-dateutil', |
34 'markup', | 34 'markup', |
35 'skimpygimpy', | 35 'skimpygimpy', |
36 'lxml', | 36 'lxml', |
37 'PyRSS2Gen', | 37 'PyRSS2Gen', |
38 'docutils' | 38 'docutils', |
39 'genshi', | |
39 ], | 40 ], |
40 dependency_links=[ | 41 dependency_links=[ |
41 'https://svn.openplans.org/svn/standalone/markup#egg=markup', | 42 'https://svn.openplans.org/svn/standalone/markup#egg=markup', |
42 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste', | 43 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste', |
43 'http://downloads.sourceforge.net/skimpygimpy/skimpyGimpy_1_3.zip#egg=skimpygimpy', | 44 'http://downloads.sourceforge.net/skimpygimpy/skimpyGimpy_1_3.zip#egg=skimpygimpy', |