Description: fix build error
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2024-08-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,6 +2,9 @@
 requires = ["hatchling"]
 build-backend = "hatchling.build"
 
+[tool.hatch.build.targets.wheel]
+packages = ["thumbhash"]
+
 [project]
 name = "thumbhash-py"
 description = 'A very compact representation of an image placeholder'
