silviolleite / django-pwa

Looks like an app, feels like an app, but IS NOT an app.
MIT License
541 stars 112 forks source link

chore: move to Hatch+Github actions #102

Closed hartungstenio closed 1 year ago

hartungstenio commented 1 year ago

Using Hatch will update the project to a PEP 517 and PEP 621 compliant tool. It will also remove the confusion of having a tox.ini, a requirements.txt and a Pipfile.

Using Github Actions should bring back the testing pipeline.