From b30ee2e4d2929c6d1a61c3f7a7507515d7a269ae Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Sun, 19 Sep 2021 20:07:14 +0200 Subject: 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 --- docs/source/siteadmin/relnotes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 59dfc945..a6e5b823 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -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:** -- cgit v1.2.3