fix(ui): dedupe init, bump 0.1.3

This commit is contained in:
MrLetsPlay4Fun 2026-02-08 08:29:23 +01:00
parent c448e8bb75
commit 6f7476f137
4 changed files with 99 additions and 27 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "paperless-asn-label-generator"
version = "0.1.2"
version = "0.1.3"
description = "GUI tool to generate ASN barcode/QR labels for paperless-ngx (A4/Avery L4731) with calibration."
readme = "README.md"
requires-python = ">=3.10"
@ -31,4 +31,3 @@ package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]