Add db/migrations/env.py to MANIFEST.in

This fixes a warning I have with packaging where this file would get
installed in the wrong place (/usr/mediagoblin/env.py).

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
Elisei Roca
2021-09-19 20:07:14 +02:00
committed by Ben Sturmfels
parent 2badff23a8
commit b30ee2e4d2
4 changed files with 3 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ This chapter has important information about our current and previous releases.
=========================
- Extend left/right arrow key navigation to paginated views [#5627] (Olivier Mehani)
- Fix incorrect setuptools install location for db/migrations/env.py (Elisei Roca)
..
**To do:**