aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 52778663..33cc8ddd 100644
--- a/setup.py
+++ b/setup.py
@@ -132,6 +132,8 @@ try:
'Programming Language :: Python :: 3.4',
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
],
+ # Running gmg dbupdate fails with missing env.py because env.py isn't
+ # being included in the Python package (no __init__.py).
data_files=[('mediagoblin', ['mediagoblin/db/migrations/env.py'])],
)
except TypeError as e: