diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..23c1dd2 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,13 @@ +Changelog +========= + +0.1.1 (01.11.2016) +~~~~~~~~~~~~~~~~~~ + + * Fix packaging issues + + +0.1 (31.10.2016) +~~~~~~~~~~~~~~~~ + + * Initial release diff --git a/setup.py b/setup.py index 0d15241..40d3827 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,13 @@ setup( name='wagtail-experiments', - version='0.1', + version='0.1.1', description="A/B testing for Wagtail", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com', url='https://github.com/torchbox/wagtail-experiments', packages=find_packages(), + include_package_data=True, install_requires=[ 'user-agents>=1.0,<2.0', ],