From: Sebastián Ramírez Date: Thu, 15 Aug 2024 20:52:00 +0000 (-0500) Subject: 🔧 Add URLs to `pyproject.toml`, show up in PyPI (#1074) X-Git-Tag: 0.0.22~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be94cd77fce86b1f0ddf1e3165a55a1b5fbe8efc;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔧 Add URLs to `pyproject.toml`, show up in PyPI (#1074) --- diff --git a/pyproject.toml b/pyproject.toml index 11e83daa..a27309b0 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" }