Skip to content

Commit

Permalink
Updating and completing the list of necessary files in the setup.py p…
Browse files Browse the repository at this point in the history
…ackage_data list. This was causing the problems seen in #17.
  • Loading branch information
jiffyclub committed Sep 30, 2012
1 parent 119d0bf commit 7c6898b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
'snakeviz': ['static/*.ico',
'static/bootstrap/js/*.js',
'static/bootstrap/css/*.css',
'static/tooltip/js/*.js',
'static/tooltip/css/*.css',
'static/bootstrap/img/*.png',
'static/tooltip/*.js',
'static/tooltip/*.css',
'static/viz/*.js',
'static/*.js',
'templates/*.html']
},
install_requires=['tornado>=2.0', 'jinja2>=2.0'],
Expand Down

0 comments on commit 7c6898b

Please sign in to comment.