Closed pbugnion closed 6 years ago
Addresses issue #2.
Running pip install . breaks at the moment, because _version.py cannot be executed. This fixes it.
pip install .
_version.py
Thanks for writing this! I'm playing with it now.
Thanks for this, @pbugnion!
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.