mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
112 stars 27 forks source link

MANIFEST.in: include various non-Python files needed to build the JS pieces #47

Closed pkgw closed 5 years ago

pkgw commented 5 years ago

I believe that the 0.6.1 package file on PyPI is more-or-less broken because it doesn't include package.json and the TypeScript source files: a pip install yields errors trying to build the Jupyter extension files. I think these changes get it working ... I can pip install git+https://...@fix-package and then the Jupyter extension works.

mwcraig commented 5 years ago

Thanks for catching this; when I tried it locally I think I installed form source, not from the install package.