From a6bfb0d39312a8975d1518aaf577807a396fd5f8 Mon Sep 17 00:00:00 2001 From: "Srivats P." Date: Sat, 14 Jun 2014 17:20:01 +0530 Subject: [PATCH] CLI: fixed extra space in description --- binding/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/setup.py b/binding/setup.py index 9500271..8c81b74 100644 --- a/binding/setup.py +++ b/binding/setup.py @@ -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'],