From 553de683be90313232b134da19336d6a6714eebc Mon Sep 17 00:00:00 2001 From: aouinizied Date: Thu, 28 Nov 2019 12:17:28 +0100 Subject: [PATCH] Fix typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ee6858..f49feca 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( version='2.0.0', url='https://github.com/aouinizied/nfstream.git', license='LGPLv3', - description="A flexible and powerful network data analysis library", + description="A flexible and powerful network data analysis framework", long_description=description, author='Zied Aouini', author_email='aouinizied@gmail.com',