--------------------------------------------------------------------------------
- This project is now managed with `hatch`_, which replaces setuptools, pipenv,
and tox. Users of the package should not be impacted. Developers can refer to
the readme for details. If you're packaging this project from source, I
suggest relying on pip's isolated builds rather than using hatch directly.
- `123`_: Add support for passing an image parameter in the otpauth URL.
See :setting:`OTP_TOTP_IMAGE`.
.. _hatch: https://hatch.pypa.io/
.. _123: https://github.com/django-otp/django-otp/pull/123