jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
784 stars 135 forks source link

Add tool.setuptools_scm section in pyproject #263

Closed do-rtk closed 7 months ago

do-rtk commented 7 months ago

This should help prevent 0.0.0.0 builds seen in #260

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a8e16fc) 93.80% compared to head (705c4c1) 93.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #263 +/- ## ======================================= Coverage 93.80% 93.80% ======================================= Files 11 11 Lines 533 533 Branches 86 86 ======================================= Hits 500 500 Misses 21 21 Partials 12 12 ```

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

claudep commented 7 months ago

Thanks a lot! Pushed in [a60dbd9]