openedx / opaque-keys

GNU Affero General Public License v3.0
8 stars 21 forks source link

build: Add a long_description which is now a required field. #303

Closed feanil closed 5 months ago

feanil commented 5 months ago

Previously it could be empty but now PyPI throws an error when you try to publish with an empty long description.

Fix that, and bump the version. We're also updating the django classifiers to be more accurate.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 94.04%. Comparing base (d2a3ae6) to head (bcdee9f).

Files Patch % Lines
setup.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #303 +/- ## ========================================== - Coverage 94.21% 94.04% -0.17% ========================================== Files 29 29 Lines 2868 2871 +3 Branches 641 641 ========================================== - Hits 2702 2700 -2 - Misses 141 145 +4 - Partials 25 26 +1 ``` | [Flag](https://app.codecov.io/gh/openedx/opaque-keys/pull/303/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/openedx/opaque-keys/pull/303/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx) | `94.04% <25.00%> (-0.17%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openedx#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.