From 9083cebe189232506abe385f9f5a109923286157 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Wed, 18 Sep 2024 15:08:19 +0200 Subject: [PATCH] Fix missing empty line ... ... to make overview on sections clearer --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4540443..dad8d29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ semver = "^3.0" # to test the version identifier tomli = [ { python = "<3.11", version = "^2.0" } ] xdoctest = { extras = ["colors"], version = "^1.2" } + [tool.poetry.urls] "Issues Tracker" = "https://github.com/webartifex/lalib/issues"