comparison setup.py @ 26:346114023528 0.2.0a

Added __getfile__ mechanism
author Ben Croston <ben@croston.org>
date Mon, 02 Jan 2012 00:12:41 +0000
parents 9459d63c1558
children bea0c77734ca
comparison
equal deleted inserted replaced
25:d86e7357a91b 26:346114023528
16 extra = {} 16 extra = {}
17 if platform.python_version().startswith('3'): 17 if platform.python_version().startswith('3'):
18 extra['use_2to3'] = True 18 extra['use_2to3'] = True
19 19
20 setup(name = 'AuthRPC', 20 setup(name = 'AuthRPC',
21 version = '0.1.0a', 21 version = '0.2.0a',
22 packages = find_packages(), 22 packages = find_packages(),
23 install_requires = 'WebOb>=1.2b2', 23 install_requires = 'WebOb>=1.2b2',
24 author = 'Ben Croston', 24 author = 'Ben Croston',
25 author_email = 'ben@croston.org', 25 author_email = 'ben@croston.org',
26 description = 'A JSONRPC-like client and server with additions to enable authenticated requests', 26 description = 'A JSONRPC-like client and server with additions to enable authenticated requests',