TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

rules_python_zip.bzl: Remove deprecated use of FileType #16

Closed evanj closed 6 years ago

evanj commented 6 years ago

The Skylark FileType type has been deprecated. Replace the uses of it with a plain list of strings. Add the flag to avoid accidentally re-adding it: https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#filetype-is-deprecated