echoing-manchester-70122
05/08/2020, 5:58 PMfoo
is part of a package? It should be covered by rglobs(*.py)
in the BUILD file.enough-analyst-54434
05/08/2020, 6:12 PM__init__.py
to define packages. It expects this as part of a check phase where it ensures you aren't / can't publish the same file in more than one distribution to PyPi.
Is it true that you're leveraging Python 3 implicit packages?hundreds-father-404
05/08/2020, 6:31 PMechoing-manchester-70122
05/08/2020, 10:11 PM___init___.py
but there's only one python script in the directory, called main.py
__init__.py
doesn't seem to help with that error anywayenough-analyst-54434
05/08/2020, 11:29 PMsrc/
python/
app/
BUILD
main.py
And the command run with full output / possibly with redacted bits if need be:
$ ./pants setup-py src/python/app:main