Thomas Holenstein

Results 2 issues of Thomas Holenstein

### Description of the bug: If I mess up my BUILD structure, and forget to include `srcs = ["__init__.py"]`, it seems it can happen that Bazel overwrites the existing `__init__.py`...

type: bug
core-rules

According to https://github.com/bazel-contrib/rules_python/blob/a4b946bbe1b3e83ca4602a0d059fea823b0ded65/python/packaging.bzl#L102, py_wheel only supports pure python wheels. However, looking around it seems to me that this comment is outdated, so I thought I'd ask if this is still...

type: documentation
cleanup