Skip to content

Commit

Permalink
add quickstart.tar.gz to setup.py package_data. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurk committed May 1, 2011
1 parent 7666cb9 commit ea9e9a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -15,7 +15,10 @@

packages = find_packages('src'),
package_dir = {'': 'src'},
package_data={'pyll': ['templates/default.html'],},
package_data={
'pyll': ['templates/default.html',
'quickstart.tar.gz'],
},
zip_safe = False,

test_suite = 'nose.collector',
Expand Down

0 comments on commit ea9e9a0

Please sign in to comment.