valohai / django-allauth-2fa

Two-factor authentication for Django Allauth
Other
212 stars 50 forks source link

Use Hatch for packaging; mark as compatible with Python 3.11 #151

Closed akx closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #151 (f514981) into main (7728a47) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #151   +/-   ##
=======================================
  Coverage   91.13%   91.13%           
=======================================
  Files          14       14           
  Lines         451      451           
=======================================
  Hits          411      411           
  Misses         40       40           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

valberg commented 1 year ago

Awesome! I'll do a through review tomorrow.

akx commented 1 year ago

Awesome! I'll do a through review tomorrow.

This was pretty much hatch new --init in the project directory and a bit of manual tweaking (since it assumed the project name is the package name). :)