diff --git a/pyproject.toml b/pyproject.toml index 106968c..da55b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",