Skip to content

Commit

Permalink
setup.py: Specify description content type
Browse files Browse the repository at this point in the history
Fixes pypi being unable to process README
  • Loading branch information
m-laniakea committed Nov 19, 2019
1 parent a006552 commit 2b185f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
description='Interface for ST SpinFamily motor drivers',
packages=find_packages(exclude=['tests']),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
zip_safe=False)

0 comments on commit 2b185f6

Please sign in to comment.