sola-st/DynaPyt

Version strings for setuptools are broken after instrumentation

FlxB2 opened this issue · 0 comments

FlxB2 commented

I noticed that for many repositories the __version__ attribute which is usually set in __init__.py gets broken after the instrumentation, this breaks installing many repositories via setuptools because the dynapyt runtime is not executed when installing, the hooks do not work and None is returned.

You can reproduce the issue with e.g. https://github.com/boto/boto3