We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ea0bc commit 544a50fCopy full SHA for 544a50f
CHANGELOG.txt
@@ -0,0 +1,13 @@
1
+Changelog
2
+=========
3
+
4
+0.1.1 (01.11.2016)
5
+~~~~~~~~~~~~~~~~~~
6
7
+ * Fix packaging issues
8
9
10
+0.1 (31.10.2016)
11
+~~~~~~~~~~~~~~~~
12
13
+ * Initial release
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='[email protected]',
url='https://github.com/torchbox/wagtail-experiments',
packages=find_packages(),
+ include_package_data=True,
14
install_requires=[
15
'user-agents>=1.0,<2.0',
16
],
0 commit comments