We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e282bbc commit 260553fCopy full SHA for 260553f
MANIFEST.in
@@ -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
+graft idom/client/core_modules
+graft idom/client/web_modules
+include idom/client/index.html
4
+include idom/client/package.json
5
-include src/idom/py.typed
6
+include idom/py.typed
7
include LICENSE
binder/postBuild
@@ -2,4 +2,5 @@
export JUPYTER_SERVER_URL
jupyter serverextension enable --py jupyter_server_proxy --sys-prefix
+python setup.py build
pip install .[all]
0 commit comments