Package Postgres migrations with user-engine
This commit is contained in:
parent
2869c1030d
commit
c27012afe5
4 changed files with 71 additions and 10 deletions
|
|
@ -17,6 +17,9 @@ build-backend = "setuptools.build_meta"
|
|||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
user_engine = ["migrations/postgres/*.sql"]
|
||||
|
||||
[tool.user-engine]
|
||||
package = "user_engine"
|
||||
workplan = "USER-WP-0006"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue