We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd122b4 commit 7571535Copy full SHA for 7571535
setup.py
@@ -13,6 +13,7 @@
13
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
14
download_url='http://cloud.github.com/downloads/binarydud/pyres/pyres-v%s.tar.gz' % version,
15
include_package_data=True,
16
+ package_data={'resweb': ['templates/*.mustache','media/*']},
17
scripts=['scripts/pyres_worker', 'scripts/pyres_web'],
18
install_requires=[
19
'simplejson>=2.0.9',
0 commit comments