diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-07-08 18:49:19 +0000 |
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-07-08 18:49:19 +0000 |
| commit | c2e532a83652410d354777abd16eec509723a75f (patch) | |
| tree | d468b9b60b970755664ad1d66f67ce31e11f0c58 /setup.py | |
| parent | 8b47677d85f4223ce180c98492f7cf59f0daf30c (diff) | |
| download | psutil-c2e532a83652410d354777abd16eec509723a75f.tar.gz | |
update setup.py metadata
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/', |
