valohai / django-allauth-2fa

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

Update contribution section to use hatch for project setup #170

Closed jkaeske closed 12 months ago

jkaeske commented 12 months ago

The contribution section was a bit outdated. There is no setup.cfg file anymore since the project is now using hatch and pyproject.toml, I suppose. I tried to adapt the instructions accordingly.

akx commented 12 months ago

Thank you! (As an aside, using hatch like that is optional – I personally just create virtualenvs in the usual way and pip install -e . into them.)

jkaeske commented 12 months ago

Thank you @akx, I didn't know that! Maybe we should add that as well to the readme, as another possible way.