Skip to content

Commit

Permalink
Add locale folder to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-b committed Jul 24, 2023
1 parent 0853c54 commit cb93d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ include README.rst

recursive-include wagtailvideos/templates *
recursive-include wagtailvideos/static *
recursive-include wagtailvideos/locale *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="wagtailvideos",
version="4.2.1",
version="4.2.2",
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author="Neon Jungle",
Expand Down

0 comments on commit cb93d13

Please sign in to comment.