axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.8k stars 105 forks source link

Fix deprecation warning for setup.cfg #95

Closed Felixoid closed 10 months ago

Felixoid commented 3 years ago

W/o the patch, installation throws the warning:

python setup.py -V
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(

upd: thank you for keeping PRs merged! Can you consider the releasing new versions as well, please?