Replace PyPI page with README.md#833
Conversation
https://pypi.org/project/sentry-sdk/ is currently a bit too spartan and requires the user to do extra clicks to determine if they want to install or upgrade this package. This PR proposes to replace the current one-liner with the markdown content from `README.md` plus `CHANGES.md`.
|
Is there a place where we can figure out which constructs are supported in pypi? We have some html in the readme |
|
https://github.com/pypa/warehouse is the place to open/read issues on these topics. You can always push a trial version to the testpypi server with My first commit tried to add CHANGES.md to the end but that file is not available. |
|
Thanks! 👍 |
|
Which repo contains the Sentry web user interface or is that not open source? |
|
That's getsentry/sentry. I think you already contributed to it :) |
https://pypi.org/project/sentry-sdk/ is currently a bit too spartan and requires the user to do extra clicks to determine if they want to install or upgrade this package.
This PR proposes to replace the current one-liner with the markdown content from
README.md.