comparison setup.py @ 35:7e7fbdc64cc1

enable atom support, this brings us to 2.0
author k0s <k0scist@gmail.com>
date Sun, 01 Nov 2009 13:30:18 -0500
parents 93a4557e15c1
children 695e59e5a4a7
comparison
equal deleted inserted replaced
34:2a43e43a7e4d 35:7e7fbdc64cc1
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 = '1.1.1' 4 version = '2.0'
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 = """
31 'Paste', 31 'Paste',
32 'PasteScript', 32 'PasteScript',
33 'python-dateutil', 33 'python-dateutil',
34 'markup', 34 'markup',
35 'skimpygimpy', 35 'skimpygimpy',
36 'lxml',
37 'PyRSS2Gen', 36 'PyRSS2Gen',
38 'docutils', 37 'docutils',
39 'genshi', 38 'genshi',
39 # 'lxml',
40 ], 40 ],
41 dependency_links=[ 41 dependency_links=[
42 'https://svn.openplans.org/svn/standalone/markup#egg=markup', 42 'https://svn.openplans.org/svn/standalone/markup#egg=markup',
43 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste', 43 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste',
44 'http://downloads.sourceforge.net/skimpygimpy/skimpyGimpy_1_3.zip#egg=skimpygimpy', 44 'http://downloads.sourceforge.net/skimpygimpy/skimpyGimpy_1_3.zip#egg=skimpygimpy',