-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Sync PyPi package description with Github README #3552
base: develop
Are you sure you want to change the base?
Conversation
unrelated to this PR, I started a conversation in the Google Groups Gensim forum (as recommended by your contribution guidelines when opening new issues) asking if working on adding type hints to gensim would be welcome work, but I haven't gotten any response. Just pinging that again here. |
IIRC setup.py (PyPI) used to required the RST format, whereas our README uses the Markdown format. That's why we kept two different descriptions, with just a stub (RST) for PyPI. If that's no longer the case and setup.py now supports markdown (which it apparently does), that's great. That simplifies things. Thanks for the PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
closes #3452
The reason your PyPi Project Page is out of sync is because of an out-dated hard-coded description in your setup.py file. To fix it:
setup.py
now uses the project README text forlong_description