Skip to content

Commit 2f524f6

Browse files
committed
ship static folder
Fixes #118
1 parent d2c66df commit 2f524f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
recursive-include pyemma_tutorials/notebooks *.ipynb
2+
recursive-include pyemma_tutorials/notebooks/static *
23
prune pyemma_tutorials/notebooks/.ipynb_checkpoints
34
include versioneer.py
45
include pyemma_tutorials/_version.py

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def copy_notebooks():
2121
cmdclass=versioneer.get_cmdclass(),
2222
packages=['pyemma_tutorials'],
2323
package_data={'pyemma_tutorials': ['notebooks/*',
24+
'notebooks/static/*',
2425
'jupyter_notebook_config.py',
2526
'jupyter_notebook_config.json',
2627
]},

0 commit comments

Comments
 (0)