CLI: fixed extra space in description

This commit is contained in:
Srivats P. 2014-06-14 17:20:01 +05:30
parent d11e82cc33
commit a6bfb0d393

View File

@ -63,7 +63,7 @@ setup(name = 'python-ostinato',
author_email = 'pstavirs@gmail.com',
license = "GPLv3+",
url = 'http://ostinato.org',
description = 'python-ostinato provides python bindings for the Ostinato network packet/traffic generator and analyzer',
description = 'python-ostinato provides python bindings for the Ostinato network packet/traffic generator and analyzer',
long_description = read('README.txt'),
install_requires = ['protobuf>=2.3.0'],
packages = ['ostinato', 'ostinato.protocols'],