plotly / dash-component-boilerplate

Get started creating your own Dash components here.
265 stars 182 forks source link

Fix: long_description missing in setup.py #159

Closed idling-mind closed 7 months ago

idling-mind commented 7 months ago

Missing long_description in setup.py caused the package upload to pypi fail.

Here is an example.

I have also fixed the long_description_content_type so that the warning is also taken care.

Also, the project description is added to README.md