Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pypi long description #393

Open
2 tasks
sohang3112 opened this issue Nov 28, 2023 · 0 comments
Open
2 tasks

Add Pypi long description #393

sohang3112 opened this issue Nov 28, 2023 · 0 comments

Comments

@sohang3112
Copy link

sohang3112 commented Nov 28, 2023

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)

Pypi screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant