diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2009-05-06 19:22:18 +0000 |
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2009-05-06 19:22:18 +0000 |
| commit | f9c82ddedbbe1b47a93a77014c720bf1c98afe34 (patch) | |
| tree | fb4e40b5ce11674baf6f51944d60614a106b430a | |
| parent | da91e6ca8ea6f0cde095612d63813c9490c992b7 (diff) | |
| download | psutil-release-0.1.2.tar.gz | |
Added distutil's "keyword" argument.release-0.1.2
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ def main(): long_description=""" psutil is a module providing convenience functions for managing processes in a portable way by using Python.""", + keywords=['psutil', 'ps', 'top', 'process', 'utility'], author='Giampaolo Rodola, Dave Daeschler, Jay Loden', author_email='psutil-dev@googlegroups.com', url='http://code.google.com/p/psutil/', |
