Skip to content

Commit

Permalink
Better build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 31, 2024
1 parent b06b28d commit bdf505e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions back/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdf505e

Please sign in to comment.