mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
Add both app and alembic explicitly
This commit is contained in:
parent
31383ad0d7
commit
f567fe7f3b
1 changed files with 1 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue