Skip to content

Commit

Permalink
Include long_description_content_type var to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acnazarejr committed Apr 19, 2020
1 parent eda2bd6 commit 034374e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
'Operating System :: Microsoft :: Windows :: Windows 8',
'Operating System :: Microsoft :: Windows :: Windows 8.1',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries'
],
description='A cross-platform module for retrieving information and stats on installed gpus.',
long_description=open('readme.md').read(),
long_description_content_type='text/markdown', # This is important!
keywords='gpu cuda nvidia',
packages=['igpu'],
zip_safe=False,
Expand Down

0 comments on commit 034374e

Please # to comment.