my BUILD file looks like: ```python_binary( na...
# pex
m
my BUILD file looks like:
Copy code
python_binary(
    name='foo-entrypoint',
    dependencies=[
        ':foo-base',
            ],
    platforms=['current', 'linux-x86_64'],
    source='entrypoint.py',
)