django-cursor-pagination icon indicating copy to clipboard operation
django-cursor-pagination copied to clipboard

Migrate to flit, pdm, or hatch

Open patrick91 opened this issue 2 years ago • 3 comments

Currently, our build step look like this:

python -m pip install build twine
python -m build
python -m twine check dist/*
python -m twine upload dist/*

I think we can migrate to a tool like flit, pdm or hatch, which won't require us to have a setup.py file (and we can migrate to pyproject.toml)

patrick91 avatar Dec 05 '22 14:12 patrick91