This package has been created using python 3.11.6.
pyenv install 3.11.6
pyenv virtualenv 3.11.6 django-reversion-rest-framework
pyenv local django-reversion-rest-framework
pip install -e .
pip install -r requirements_dev.txt
make style-fix
tests/manage.py test tests
# or
make style-check
make test
rm -rf dist
pip install --upgrade build
python -m build
twine upload --repository testpypi dist/*
twine upload dist/*