Skip to content

Commit

Permalink
added working package_data for templates to setup.py. raised version …
Browse files Browse the repository at this point in the history
…to 0.1.1a2
  • Loading branch information
danwos committed Jan 19, 2017
1 parent ed52fb4 commit e67f868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion groundwork_web/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1a1"
__version__ = "0.1.1a2"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
description="Package for hosting groundwork apps and plugins like groundwork_web_app or groundwork_web_plugin.",
long_description=__doc__,
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
package_data={'': ['*.html']},
include_package_data=True,
platforms='any',
install_requires=['groundwork-database', 'groundwork',
Expand Down

0 comments on commit e67f868

Please sign in to comment.