Add both app and alembic explicitly

This commit is contained in:
Manoj Aggarwal 2026-01-07 13:42:52 -08:00
parent 31383ad0d7
commit f567fe7f3b

View file

@ -155,8 +155,7 @@ combine-as-imports = true
[tool.setuptools.packages.find]
where = ["."]
include = ["app*"]
exclude = ["alembic*"]
include = ["app*", "alembic*"]
[build-system]
requires = ["setuptools>=61.0", "wheel"]