Skip to content

Commit

Permalink
Fix error with long description text type
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Apr 28, 2021
1 parent 61cac97 commit 1f0317f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
version=os.getenv('VERSION', '1.0.0.dev1'),
license='MIT',
description='Get Hakai database resources using http calls',
long_description=open('README.md').read()
long_description=open('README.md').read(),
long_description_content_type="text/markdown"
)

0 comments on commit 1f0317f

Please sign in to comment.