Skip to content

Commit

Permalink
fix the error of build conda package on windows (#5882)
Browse files Browse the repository at this point in the history
* fix the error of build conda package on windows

* fix error
  • Loading branch information
EfimovVladimir authored and Mariusz Jurowicz committed Aug 30, 2017
1 parent 8f8f57f commit 4f3b5e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion beakerx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
]
},
package_data={
'beakerx': 'static/kernel/*/kernel.json'
'beakerx': [
'static/kernel/*/kernel.json'
]
},
data_files = [(
'share/jupyter/nbextensions/beakerx',
Expand Down

0 comments on commit 4f3b5e6

Please sign in to comment.