You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2017. It is now read-only.
In setup.py has line below: readme = read_from(get_path('README.rst'))
In the repository, there is no README.rst but only has README.md. Then, please change that line following: readme = read_from(get_path('README.md'))
Thank you