Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
korepwx committed May 12, 2017
1 parent 13c6066 commit 7fca355
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 @@ -47,8 +47,10 @@ def read_file(path):
packages=find_packages('.', exclude=['tests', 'tests.*']),
package_data={
'mlcomp.board': [
'templates/*',
'templates/skeleton/*',
'templates/board.html',
'templates/report.html',
'templates/storage.html',
'templates/skeleton/base.html',
'static/prod/*',
],
'mlcomp.report': ['demo/mandelbrot.png', 'demo/mandelbrot.pyx'],
Expand Down

0 comments on commit 7fca355

Please sign in to comment.