Skip to content

Commit 544a50f

Browse files
committed
Set include_package_data, bump to 0.1.1
1 parent e7ea0bc commit 544a50f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.txt

+13
Original file line numberDiff line numberDiff line change
@@ -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

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
setup(
66
name='wagtail-experiments',
7-
version='0.1',
7+
version='0.1.1',
88
description="A/B testing for Wagtail",
99
author='Matthew Westcott',
1010
author_email='[email protected]',
1111
url='https://github.com/torchbox/wagtail-experiments',
1212
packages=find_packages(),
13+
include_package_data=True,
1314
install_requires=[
1415
'user-agents>=1.0,<2.0',
1516
],

0 commit comments

Comments
 (0)