tree: 1bb2fa4592785e564d441021e599fca8afbe76f4 [path history] [tgz]
  1. BUILD.in
  2. BUILD.out
  3. README.md
  4. setup.py
  5. test.yaml
  6. WORKSPACE
gazelle/python/testdata/dont_ignore_setup/README.md

Don't ignore setup.py files

Make sure that files named setup.py are processed by Gazelle.

It's believed that setup.py was originally ignored because it, when found in the repository root directory, is part of the setuptools build system and could cause some issues for Gazelle. However, files within source code can also be called setup.py and thus should be processed by Gazelle.