Mercurial > hg > AuthRPC
comparison setup.py @ 28:bea0c77734ca 0.3.0a
Changed/renamed exceptions
author | Ben Croston <ben@croston.org> |
---|---|
date | Tue, 28 Feb 2012 13:49:17 +0000 |
parents | 346114023528 |
children | a99009a7013c |
comparison
equal
deleted
inserted
replaced
27:689d75bb60c2 | 28:bea0c77734ca |
---|---|
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.2.0a', | 21 version = '0.3.0a', |
22 packages = find_packages(), | 22 packages = find_packages(), |
23 install_requires = 'WebOb>=1.2b2', | 23 install_requires = 'WebOb>=1.2b3', |
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', |
27 long_description = open('README.txt').read() + open('CHANGELOG.txt').read(), | 27 long_description = open('README.txt').read() + open('CHANGELOG.txt').read(), |
28 license = 'MIT', | 28 license = 'MIT', |