Commit cb93d13e authored by Seb's avatar Seb
Browse files

Add locale folder to the manifest

parent 0853c548
...@@ -3,3 +3,4 @@ include README.rst ...@@ -3,3 +3,4 @@ include README.rst
recursive-include wagtailvideos/templates * recursive-include wagtailvideos/templates *
recursive-include wagtailvideos/static * recursive-include wagtailvideos/static *
recursive-include wagtailvideos/locale *
\ No newline at end of file
...@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4 ...@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup( setup(
name="wagtailvideos", name="wagtailvideos",
version="4.2.1", version="4.2.2",
description="A wagtail module for uploading and displaying videos in various codecs.", description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme, long_description=readme,
author="Neon Jungle", author="Neon Jungle",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment