diff --git a/binding/setup.py b/binding/setup.py index 1089132..9500271 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 = 'Ostinato is a network packet and traffic generator and analyzer. It aims to be "Wireshark in Reverse" and become complementary to Wireshark. It features custom packet crafting via a GUI or a script', + 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'],