We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c66df commit 2f524f6Copy full SHA for 2f524f6
MANIFEST.in
@@ -1,4 +1,5 @@
1
recursive-include pyemma_tutorials/notebooks *.ipynb
2
+recursive-include pyemma_tutorials/notebooks/static *
3
prune pyemma_tutorials/notebooks/.ipynb_checkpoints
4
include versioneer.py
5
include pyemma_tutorials/_version.py
setup.py
@@ -21,6 +21,7 @@ def copy_notebooks():
21
cmdclass=versioneer.get_cmdclass(),
22
packages=['pyemma_tutorials'],
23
package_data={'pyemma_tutorials': ['notebooks/*',
24
+ 'notebooks/static/*',
25
'jupyter_notebook_config.py',
26
'jupyter_notebook_config.json',
27
]},
0 commit comments