From 837b9dd1fe5a1c1e59f379f1dd964bfc5cb2d922 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:07:11 +0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a7cd93b..911c529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,11 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] +[tool.poetry.urls] +"Bug Tracker" = "https://github.com/baseplate-admin/django-ltree-2/issues" +"homepage" = "https://github.com/baseplate-admin/django-ltree-2" +"repository" = "https://github.com/baseplate-admin/django-ltree-2" + [tool.poetry.dependencies] python = ">=3.10"