Skip to content

Commit

Permalink
Set include_package_data, bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Nov 1, 2016
1 parent e7ea0bc commit 544a50f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Changelog
=========

0.1.1 (01.11.2016)
~~~~~~~~~~~~~~~~~~

* Fix packaging issues


0.1 (31.10.2016)
~~~~~~~~~~~~~~~~

* Initial release
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:/torchbox/wagtail-experiments',
packages=find_packages(),
include_package_data=True,
install_requires=[
'user-agents>=1.0,<2.0',
],
Expand Down

0 comments on commit 544a50f

Please sign in to comment.