mqtt-tools / mqttwarn

A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
https://mqttwarn.readthedocs.io/
Eclipse Public License 2.0
955 stars 183 forks source link

Packaging: Add documentation files to sdist package #652

Closed amotl closed 1 year ago

amotl commented 1 year ago

Following up on GH-650, this patch brings back the documentation to the sdist tarball. Because it will include the full documentation now, the tarball size increases from 126k to 964k. The size of the wheel package, which is usually used for installation purposes, is still small (119k). Do you think it is a good idea?

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b19961b) 47.94% compared to head (89ce873) 47.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #652 +/- ## ======================================= Coverage 47.94% 47.94% ======================================= Files 81 81 Lines 3917 3917 ======================================= Hits 1878 1878 Misses 2039 2039 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `47.94% <ø> (ø)` | | 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=mqtt-tools#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.