diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ def main(): setup( name='psutil', version=VERSION, - description=__doc__.replace('\n', '').strip(), + description=__doc__ or ''.replace('\n', '').strip(), long_description=get_description(), keywords=[ 'ps', 'top', 'kill', 'free', 'lsof', 'netstat', 'nice', 'tty', |
