Closed felixonmars closed 6 years ago
This fixes the following deprecation warning:
setup.py:8: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. read_md = lambda f: convert(f, 'rst')
Great, thx :)
This fixes the following deprecation warning: