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 /setup.cfg | |
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 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |