We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb23b58 commit fbfda34Copy full SHA for fbfda34
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["setuptools"]
4
[project]
5
name = "sparkfun_qwiic_oled_base"
6
version = "0.0.2"
7
-description = "SparkFun Electronics qwiic OLED Base package"
+description = "SparkFun Electronics Qwiic OLED Base Python Package"
8
readme = "DESCRIPTION.rst"
9
10
authors = [{name="Sparkfun Electronics", email="info@sparkfun.com"}]
@@ -47,3 +47,6 @@ homepage = "http://www.sparkfun.com/qwiic"
47
48
[tool.setuptools]
49
packages = ["qwiic_oled"]
50
+
51
+[tool.setuptools.package-data]
52
+qwiic_oled = ["fonts/*"]
0 commit comments