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
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 as long_description in setup() function. Important:long_description_content_type="text/markdown" should be set in setup() function.
ensure README.md and icon.png are included in the Pypi package zip (using MANIFEST.in)
In the Pypi package, it shows Author of this package has not provided a project description.
To fix this:
setup.pyshould be modified to include contents of README.md aslong_descriptioninsetup()function. Important:long_description_content_type="text/markdown"should be set insetup()function.README.mdandicon.pngare included in the Pypi package zip (usingMANIFEST.in)