mirror of
https://github.com/gsi-upm/senpy
synced 2025-06-06 16:52:21 +00:00
Since __init__ is imported by setup.py, future may not be installed yet. Other options would be: * Read VERSION -> and that code has to be duplicated in setup.py and senpy (to avoid the import, once again) * Eval version.py * Do without versioning :)