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 85acbda commit 5e16cbaCopy full SHA for 5e16cba
pyproject.toml
@@ -41,11 +41,8 @@ repository = "https://github.com/WhyNotHugo/python-barcode"
41
issues = "https://github.com/WhyNotHugo/python-barcode/issues"
42
funding= "https://whynothugo.nl/sponsor/"
43
44
-[tool.setuptools]
45
-include-package-data = true
46
-
47
-[tool.setuptools.packages.find]
48
-exclude = ["tests"]
+[tool.setuptools.package-data]
+barcode = ["barcode/fonts/*.ttf"]
49
50
[tool.setuptools_scm]
51
write_to = "barcode/version.py"
0 commit comments