Skip to content

Commit

Permalink
install fanstatic templates (fixes ckan#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Bowland committed May 18, 2016
1 parent 108d8c8 commit 6f818f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace_packages=['ckanext', 'ckanext.pages'],
include_package_data=True,
package_data={
'': ['theme/*/*.html', 'theme/*/*/*.html', 'theme/*/*/*/*.html'],
'': ['theme/*/*.html', 'theme/*/*/*.html', 'theme/*/*/*/*.html', 'fanstatic/css/*.css', 'fanstatic/js/*.js'],
},
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit 6f818f2

Please sign in to comment.