```python_app( name='test-app', dependenci...
# general
m
Copy code
python_app(
    name='test-app',
    dependencies=['target-that-is-a-python-binary',],
    bundles=[
        bundle(
            fileset='resources/config/*',
            relative_to='resources/',
        )
    ]
)