diff options
author | Elisei Roca <eroca@mailbox.org> | 2021-09-19 20:07:14 +0200 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-20 12:10:04 +1000 |
commit | b30ee2e4d2929c6d1a61c3f7a7507515d7a269ae (patch) | |
tree | 589aba7049e4431d941c04e18b3e9fc0a789cc00 /docs | |
parent | 2badff23a85a4d7d6cd05715ade342c2a7464ceb (diff) | |
download | mediagoblin-b30ee2e4d2929c6d1a61c3f7a7507515d7a269ae.tar.lz mediagoblin-b30ee2e4d2929c6d1a61c3f7a7507515d7a269ae.tar.xz mediagoblin-b30ee2e4d2929c6d1a61c3f7a7507515d7a269ae.zip |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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:** |