comparison setup.py @ 17:0dacc8e37fd9 0.0.1a

-
author Ben Croston <ben@croston.org>
date Mon, 05 Sep 2011 21:29:46 +0100
parents 3c19ae16fc7a
children 4b62687da58a
comparison
equal deleted inserted replaced
16:686b998428de 17:0dacc8e37fd9
21 # we can build server with python 2 21 # we can build server with python 2
22 install_requires.append('webob>=1.0.0') 22 install_requires.append('webob>=1.0.0')
23 23
24 if platform.python_version().startswith('3'): 24 if platform.python_version().startswith('3'):
25 # we can't build server with python 3 25 # we can't build server with python 3
26 exclude.append('authrpc.server') 26 exclude.append('AuthRPC.server')
27 extra['use_2to3'] = True 27 extra['use_2to3'] = True
28 28
29 setup(name = 'AuthRPC', 29 setup(name = 'AuthRPC',
30 version = '0.0.1a', 30 version = '0.0.1a',
31 packages = find_packages(exclude=exclude), 31 packages = find_packages(exclude=exclude),