File: fix-build-error.patch

package info (click to toggle)
python-thumbhash 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: python: 145; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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'