pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
635 stars 155 forks source link

Convert distribution build to 'build' #819

Closed jwag956 closed 1 year ago

jwag956 commented 1 year ago

This removes all use of setup.py and setup.cfg. (translation commands are now in tox). This also got rid of requiremets_low - which always caused issues with dependabot...

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (bf59f63) 98.15% compared to head (a9686c1) 98.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #819 +/- ## ======================================= Coverage 98.15% 98.15% ======================================= Files 34 34 Lines 4456 4456 ======================================= Hits 4374 4374 Misses 82 82 ``` | [Impacted Files](https://app.codecov.io/gh/Flask-Middleware/flask-security/pull/819?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flask-Middleware) | Coverage Δ | | |---|---|---| | [flask\_security/unified\_signin.py](https://app.codecov.io/gh/Flask-Middleware/flask-security/pull/819?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flask-Middleware#diff-Zmxhc2tfc2VjdXJpdHkvdW5pZmllZF9zaWduaW4ucHk=) | `98.75% <ø> (ø)` | | | [flask\_security/webauthn.py](https://app.codecov.io/gh/Flask-Middleware/flask-security/pull/819?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Flask-Middleware#diff-Zmxhc2tfc2VjdXJpdHkvd2ViYXV0aG4ucHk=) | `98.58% <ø> (ø)` | |

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