Skip to content

Commit 260553f

Browse files
committed
fix manifest + build before install
1 parent e282bbc commit 260553f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MANIFEST.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
graft src/idom/client/core_modules
2-
graft src/idom/client/web_modules
3-
include src/idom/client/index.html
1+
graft idom/client/core_modules
2+
graft idom/client/web_modules
3+
include idom/client/index.html
4+
include idom/client/package.json
45

5-
include src/idom/py.typed
6+
include idom/py.typed
67
include LICENSE

binder/postBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
export JUPYTER_SERVER_URL
44
jupyter serverextension enable --py jupyter_server_proxy --sys-prefix
5+
python setup.py build
56
pip install .[all]

0 commit comments

Comments
 (0)