plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

Improve ignores & setup.py #86

Closed T4rk1n closed 5 years ago

T4rk1n commented 5 years ago

Noticed a few improvements to be made while publishing 0.13.3/0.13.4

rmarren1 commented 5 years ago

:dancer:, could also consider adding

    long_description=io.open('README.md', encoding='utf-8').read(),
    long_description_content_type='text/markdown',

while you are updating setup.py, which will show the README properly on pypi. Right now it is empty.

I'll leave it up to you, we could just do another PR