comparison 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
comparison
equal deleted inserted replaced
40:dc729d807cd5 41:b1a4f1f434cf
1 from setuptools import setup, find_packages 1 from setuptools import setup, find_packages
2 import sys, os 2 import sys, os
3 3
4 version = '2.0' 4 version = '2.1'
5 5
6 try: 6 try:
7 description = file('README.txt').read() 7 description = file('README.txt').read()
8 except IOError: 8 except IOError:
9 description = """ 9 description = """
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]