Skip to content

Commit

Permalink
Merge PR #44 fix/packaging
Browse files Browse the repository at this point in the history
* Commits:
  Bump version to 1.0.1
  Add mixins to package_data
  • Loading branch information
stvstnfrd committed Oct 18, 2019
2 parents 53949da + c212b1b commit 6a54403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup


version = '1.0.0'
version = '1.0.1'
description = __doc__.strip().split('\n')[0]
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.rst')) as file_in:
Expand Down Expand Up @@ -41,6 +41,7 @@
},
package_data={
"freetextresponse": [
'mixins/*.py',
'public/*',
'scenarios/*.xml',
'templates/*',
Expand Down

0 comments on commit 6a54403

Please sign in to comment.