kplindegaard / smbus2

A drop-in replacement for smbus-cffi/smbus-python in pure Python
MIT License
243 stars 68 forks source link

consider using markdown as long_description #50

Closed untzag closed 4 years ago

untzag commented 4 years ago

Since 2018 PyPI has supported markdown format for long_description. To enable this, you have to add

long_description_content_type="text/markdown"

to your setup function in setup.py. This might allow you to keep only one copy of your README.