Created by: vidartf
Previously, mod_name
in setup.py was improperly escaped. This only became apparent on Windows, where a workaround had been implemented to circumvent the effects. This PR fixes the bug, and removes the workaround (which became a bug once the initial one was fixed).