From be94cd77fce86b1f0ddf1e3165a55a1b5fbe8efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 15 Aug 2024 15:52:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20URLs=20to=20`pyproject.tom?= =?UTF-8?q?l`,=20show=20up=20in=20PyPI=20(#1074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 11e83da..a27309b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,8 @@ dependencies = [ Homepage = "https://github.com/fastapi/sqlmodel" Documentation = "https://sqlmodel.tiangolo.com" Repository = "https://github.com/fastapi/sqlmodel" +Issues = "https://github.com/fastapi/sqlmodel/issues" +Changelog = "https://sqlmodel.tiangolo.com/release-notes/" [tool.pdm] version = { source = "file", path = "sqlmodel/__init__.py" }