diff --git a/back/pyproject.toml b/back/pyproject.toml index d48020b1..39dba52c 100644 --- a/back/pyproject.toml +++ b/back/pyproject.toml @@ -41,9 +41,11 @@ postgre = ["asyncpg>=0.29.0", "psycopg2-binary>=2.9.9"] requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.targets.wheel.force-include] -"src/whombat/migrations/versions/" = "whombat/migrations/versions/" -"src/whombat/statics/" = "whombat/statics/" +[tool.hatch.build.targets.wheel] +artifacts = [ + "src/whombat/migrations/versions/", + "src/whombat/statics/", +] [tool.black] line-length = 79