Skip to content

Commit

Permalink
Set long_description_content_type for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
vfuse committed Jul 9, 2021
1 parent c02a1c7 commit c451de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixstatsagent/nixstatsagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from urllib import urlencode
from urllib2 import urlopen, Request, HTTPError

__version__ = '1.2.16'
__version__ = '1.2.17'
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))

ini_files = (
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

setuptools.setup(
name='nixstatsagent',
version='1.2.16',
version='1.2.17',
description='NixStats agent',
long_description_content_type='text/markdown',
long_description=readme,
url='https://github.com/NIXStats/nixstatsagent',
author='NIXStats',
Expand Down

0 comments on commit c451de3

Please sign in to comment.