summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2011-07-08 18:49:19 +0000
committerGiampaolo Rodola' <g.rodola@gmail.com>2011-07-08 18:49:19 +0000
commitc2e532a83652410d354777abd16eec509723a75f (patch)
treed468b9b60b970755664ad1d66f67ce31e11f0c58 /setup.py
parent8b47677d85f4223ce180c98492f7cf59f0daf30c (diff)
downloadpsutil-c2e532a83652410d354777abd16eec509723a75f.tar.gz
update setup.py metadata
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ebafbe80..b25652dd 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,8 @@ def main():
psutil is a module providing convenience functions for monitoring
system and processes in a portable way by using Python.""",
keywords=['ps', 'top', 'kill', 'free', 'lsof', 'netstat', 'nice',
- 'tty', 'ionice', 'uptime', 'taskmgr', 'process'],
+ 'tty', 'ionice', 'uptime', 'taskmgr', 'process', 'df',
+ 'monitoring'],
author='Giampaolo Rodola, Dave Daeschler, Jay Loden',
author_email='psutil-dev@googlegroups.com',
url='http://code.google.com/p/psutil/',