Commit e00a361c authored by Seb's avatar Seb
Browse files

Added static files to manifest for pypi. Also added universal bdist wheel setting for python2

parent 67ee1196
......@@ -5,3 +5,4 @@ dist/
venv/
tests.sqlite3
.tox
build/
......@@ -2,3 +2,4 @@ include LICENSE
include README.rst
recursive-include wagtailvideos/templates *
recursive-include wagtailvideos/static *
[metadata]
description-file = README.rst
[bdist_wheel]
universal = 1
......@@ -10,7 +10,7 @@ from setuptools import find_packages, setup
setup(
name='wagtailvideos',
version='0.1.7',
version='0.1.8',
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author='Takeflight',
......
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