Open
Description
In the Pypi package, it shows Author of this package has not provided a project description.
To fix this:
-
setup.py
should be modified to include contents of README.md aslong_description
insetup()
function. Important:long_description_content_type="text/markdown"
should be set insetup()
function. - ensure
README.md
andicon.png
are included in the Pypi package zip (usingMANIFEST.in
)
Metadata
Metadata
Assignees
Labels
No labels