CLI: fixed extra space in description
This commit is contained in:
parent
d11e82cc33
commit
a6bfb0d393
@ -63,7 +63,7 @@ setup(name = 'python-ostinato',
|
|||||||
author_email = 'pstavirs@gmail.com',
|
author_email = 'pstavirs@gmail.com',
|
||||||
license = "GPLv3+",
|
license = "GPLv3+",
|
||||||
url = 'http://ostinato.org',
|
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'),
|
long_description = read('README.txt'),
|
||||||
install_requires = ['protobuf>=2.3.0'],
|
install_requires = ['protobuf>=2.3.0'],
|
||||||
packages = ['ostinato', 'ostinato.protocols'],
|
packages = ['ostinato', 'ostinato.protocols'],
|
||||||
|
Loading…
Reference in New Issue
Block a user