Skip to content

Commit fbfda34

Browse files
Add fonts to pyproject.toml
1 parent eb23b58 commit fbfda34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools"]
44
[project]
55
name = "sparkfun_qwiic_oled_base"
66
version = "0.0.2"
7-
description = "SparkFun Electronics qwiic OLED Base package"
7+
description = "SparkFun Electronics Qwiic OLED Base Python Package"
88
readme = "DESCRIPTION.rst"
99

1010
authors = [{name="Sparkfun Electronics", email="info@sparkfun.com"}]
@@ -47,3 +47,6 @@ homepage = "http://www.sparkfun.com/qwiic"
4747

4848
[tool.setuptools]
4949
packages = ["qwiic_oled"]
50+
51+
[tool.setuptools.package-data]
52+
qwiic_oled = ["fonts/*"]

0 commit comments

Comments
 (0)