Skip to content

Commit 7571535

Browse files
author
Matt George
committed
fix added for package data from issue 19
1 parent dd122b4 commit 7571535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
1414
download_url='http://cloud.github.com/downloads/binarydud/pyres/pyres-v%s.tar.gz' % version,
1515
include_package_data=True,
16+
package_data={'resweb': ['templates/*.mustache','media/*']},
1617
scripts=['scripts/pyres_worker', 'scripts/pyres_web'],
1718
install_requires=[
1819
'simplejson>=2.0.9',

0 commit comments

Comments
 (0)