aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorElisei Roca <eroca@mailbox.org>2021-09-19 20:07:14 +0200
committerBen Sturmfels <ben@sturm.com.au>2021-09-20 12:10:04 +1000
commitb30ee2e4d2929c6d1a61c3f7a7507515d7a269ae (patch)
tree589aba7049e4431d941c04e18b3e9fc0a789cc00 /setup.cfg
parent2badff23a85a4d7d6cd05715ade342c2a7464ceb (diff)
downloadmediagoblin-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 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index e10eae0b..5bb7083b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -92,8 +92,3 @@ zc.buildout =
make_user_dev_dirs = mediagoblin.buildout_recipes:MakeUserDevDirs
babel.extractors =
jinja2 = jinja2.ext:babel_extract
-
-[options.data_files]
-# Running gmg dbupdate fails with missing env.py because env.py isn't
-# being included in the Python package (no __init__.py).
-mediagoblin = mediagoblin/db/migrations/env.py