Skip to content

Commit

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

0 comments on commit c0b7fe8

Please sign in to comment.