aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-09-17 22:44:24 +0200
committerRémi Verschelde <rverschelde@gmail.com>2015-09-17 22:44:24 +0200
commit0b7126db39edcb3829f8e3a7097d60b81983a497 (patch)
tree74ec359a2d7afbc07b51b2c49767205b93f9d73b /setup.py
parenta839715aa3ec4ca158136a30c8048f7081e7377c (diff)
downloadnet_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar
net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar.gz
net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar.bz2
net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.tar.xz
net_monitor-0b7126db39edcb3829f8e3a7097d60b81983a497.zip
Make net_monitor distro-agnostic
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index e139e06..446bdb8 100644
--- a/setup.py
+++ b/setup.py
@@ -7,15 +7,15 @@ module1 = Extension('net_monitor/_native',
setup (name='net_monitor',
version=version,
- description='Mandriva network monitoring tool',
+ description='Network monitoring tool',
author="Eugeni Dodonov",
author_email="",
url="",
license="GPL",
long_description=
"""\
-This is a network monitoring tool for Mandriva Linux, intended to replace the
-old net_monitor from drakx-net. It supports graphical network monitoring and
+This is a network monitoring tool, intended to replace the old net_monitor that
+drakx-net used in early Mandriva days. It supports graphical network monitoring and
some advanced features, such as network profiling, activity monitoring,
detailed logging and network traffic statistics with help of vnstat reporting.
""",