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
115 stars 27 forks source link

Fix broken setup.py #3

Closed pbugnion closed 6 years ago

pbugnion commented 6 years ago

Addresses issue #2.

Running pip install . breaks at the moment, because _version.py cannot be executed. This fixes it.

Thanks for writing this! I'm playing with it now.

mwcraig commented 6 years ago

Thanks for this, @pbugnion!