Skip to content

Commit

Permalink
Added web/templates and web/static/css to setup.py and MANIFEST.in. S…
Browse files Browse the repository at this point in the history
…ulley was previously failing as an installed package due to missing templates.
  • Loading branch information
jtpereyda committed Aug 18, 2015
1 parent 0911500 commit e280ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include web/templates/*
include web/static/css*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
'utils': './utils',
'web': './web'
},
package_data={'web': ['templates/*', 'static/css/*']},
install_requires=['pydot2==1.0.33', 'tornado==4.0.2', 'Flask==0.10.1']
)
)

0 comments on commit e280ac6

Please sign in to comment.