summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 893eb46b..615f6d7b 100755
--- a/setup.py
+++ b/setup.py
@@ -328,6 +328,7 @@ def main():
version=VERSION,
description=__doc__ .replace('\n', ' ').strip() if __doc__ else '',
long_description=get_description(),
+ long_description_content_type='text/x-rst',
keywords=[
'ps', 'top', 'kill', 'free', 'lsof', 'netstat', 'nice', 'tty',
'ionice', 'uptime', 'taskmgr', 'process', 'df', 'iotop', 'iostat',