Merge "Add __init__.py to web directory"

This commit is contained in:
Zuul 2018-10-12 18:20:29 +00:00 committed by Gerrit Code Review
commit 0df2e79c39
1 changed files with 4 additions and 0 deletions

4
web/__init__.py Normal file
View File

@ -0,0 +1,4 @@
# This file is here because without it python setup.py bdist_wheel does not
# pick up the built javascript files in zuul/web/static. It does not cause
# web/ itself to be put into the wheel, but without it built wheels do not
# have the built javascript files.