# 🐞 bug report ### Affected Rule py_wheel ### Is this a regression? Yes, 0.10 ### Description py_wheel_rule creates wheel with escaped strings. py_wheel_dist however creates wheel with unescaped strings. ## 🔬 Minimal Reproduction See https://github.com/bazelbuild/rules_python/issues/517