Skip to content

Commit

Permalink
Add missing MANIFEST file
Browse files Browse the repository at this point in the history
Package was missing required HTML files.
Raises #522
  • Loading branch information
JackMorganNZ committed May 24, 2021
1 parent efea878 commit c50c8ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.txt
include *.md
recursive-include verto *.html *.py *.png *.conf *.md *.json
1 change: 1 addition & 0 deletions verto/VertoExtension.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def loadJinjaTemplates(self, custom_templates):
Args:
custom_templates: a dictionary of names to custom templates
which are used to override default templates.
Returns:
A dictionary of tuples containing template-names to
compiled jinja templated.
Expand Down

0 comments on commit c50c8ab

Please sign in to comment.