- Fix issue with versioneer not being updated about the package name change
- tox now does a proper sdist and install to avoid this in future
The following is from version 0.5.0 which was tagged but not released:
- Rename Python package from ``sendfile`` to ``django_sendfile``
- This will require changing ``SENDFILE_BACKEND``, ``INSTALLED_APPS``, and
any imports
- Remove code used to support Python 2.7
- Add support for the latest versions of Django and Python