[chore] add repository URL and Python 3.12 packaging metadata #52

Merged
brian merged 1 commits from cursor/add-packaging-metadata into main 2026-07-10 19:50:24 +02:00
+4
View File
@@ -10,6 +10,7 @@ requires-python = ">=3.12"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
@@ -19,6 +20,9 @@ dependencies = [
"structlog>=25.4.0",
]
[project.urls]
Repository = "https://gitea.lille-vemmelund.dk/LilleVemmelund/python-repositories"
[project.optional-dependencies]
redis = [
"redis>=6.4.0",