Skip to content

Commit

Permalink
Include static files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihneadb committed May 22, 2016
1 parent 05897f9 commit 84d9de2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include execution_trace *.html *.js *.css
1 change: 0 additions & 1 deletion execution_trace/viewer/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
app = Flask(__name__)
viewer_root = os.path.abspath(os.path.dirname(__file__))


# `main` inits these.
# File containing `record` output.
record_path = None
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
author='Mihnea Dobrescu-Balaur',
author_email='[email protected]',
license='MIT',
packages=['execution_trace'],
packages=['execution_trace',
'execution_trace.viewer'],
include_package_data=True,
install_requires=[
'voluptuous==0.8.10',
'Flask==0.10.1',
Expand Down

0 comments on commit 84d9de2

Please sign in to comment.