python-libmagic icon indicating copy to clipboard operation
python-libmagic copied to clipboard

Options in setup.py for better PyPI page formatting

Open frozflame opened this issue 4 years ago • 0 comments

In setup.py:

setup({
   # ..... other options 
    'long_description': read('README.md'),
    'long_description_content_type': "text/markdown",
})

frozflame avatar May 25 '21 06:05 frozflame