Skip to content

Commit

Permalink
Updated to include __init__ for fussier jinja package loader
Browse files Browse the repository at this point in the history
  • Loading branch information
fquinner committed May 13, 2020
1 parent 67c8a6e commit aee55ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Empty file added __init__.py
Empty file.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="wsl-windows-toolbar",
version="0.5.1",
version="0.5.2",
author="Frank Quinn",
author_email="fquinn@cascadium.io",
description="Adds linux GUI application menu to a windows toolbar",
Expand All @@ -39,7 +39,8 @@
package_data={
'wsl_windows_toolbar': [
"wsl-windows-toolbar-template.bat.j2",
"wsl-windows-toolbar-template.sh.j2"
"wsl-windows-toolbar-template.sh.j2",
"__init__.py"
]
},
entry_points={
Expand Down

0 comments on commit aee55ec

Please sign in to comment.