Skip to content

Commit

Permalink
Removed redundant backslash.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Jan 26, 2013
1 parent d5881db commit e0b59ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):
setup(
name='tinyrpc',
version='0.3dev',
description='A small, modular, transport and protocol neutral RPC '\
description='A small, modular, transport and protocol neutral RPC '
'library that, among other things, supports JSON-RPC and zmq.',
long_description=read('README.rst'),
packages=find_packages(exclude=['test']),
Expand Down

0 comments on commit e0b59ef

Please sign in to comment.