Bump version to 0.1.1 and switch to AGPL

This commit is contained in:
MrLetsPlay4Fun 2026-02-03 14:14:05 +01:00
parent 1b9bafdc4a
commit e9d75614de
3 changed files with 661 additions and 21 deletions

View file

@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
[project]
name = "paperless-asn-label-generator"
version = "0.1.0"
version = "0.1.1"
description = "GUI tool to generate ASN barcode/QR labels for paperless-ngx (A4/Avery L4731) with calibration."
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
license = "AGPL-3.0-or-later"
license-files = ["LICENSE"]
authors = [{ name = "MrLetsPlay4Fun" }]
keywords = ["paperless-ngx", "labels", "asn", "qr", "barcode", "avery", "reportlab", "tkinter"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]