Skip to content

Commit 4954cae

Browse files
committed
Specify content-type in setup.py
1 parent cddbe88 commit 4954cae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include README.md
2+
include screenshot.png

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def read_version():
4040
license='MIT',
4141
description='An utility to monitor NVIDIA GPU status and usage',
4242
long_description=read_readme(),
43+
long_description_content_type='text/markdown',
4344
url='https://github.com/wookayin/gpustat',
4445
author='Jongwook Choi',
4546
author_email='[email protected]',

0 commit comments

Comments
 (0)