Skip to content

Commit

Permalink
Added the logo as a data file so that it's included in the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmostert committed Oct 14, 2024
1 parent 12a8f52 commit 82423b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">= 3.10.11"
name = "samplerqrgenerator"
version = "v0.1.1"
version = "v0.1.2"
dependencies = [
"qrcode",
"Pillow",
]

[project.entry-points.'hilltop.preregistration']
"QRGenerator" = 'samplerqrgenerator:QRGenerator'

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.package-data]
samplerqrgenerator = ["*.png"]

0 comments on commit 82423b3

Please # to comment.