We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135b0e4 commit 55f9722Copy full SHA for 55f9722
1 file changed
pyproject.toml
@@ -45,7 +45,11 @@ classifiers = [
45
dynamic = ["dependencies", "optional-dependencies"]
46
47
[tool.setuptools]
48
-packages = ["adafruit_imageload"]
+packages = [
49
+ "adafruit_imageload",
50
+ "adafruit_imageload.bmp",
51
+ "adafruit_imageload.png",
52
+]
53
54
[tool.setuptools.dynamic]
55
dependencies = {file = ["requirements.txt"]}
0 commit comments