CLI: changed python package description to match long_description

This commit is contained in:
Srivats P. 2014-06-14 17:16:41 +05:30
parent 278a85d606
commit ace1a3694d

View File

@ -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'],