From 59219cbd85d246431e3f68258203c79d6c76e93f Mon Sep 17 00:00:00 2001 From: Elliana May Date: Wed, 22 Jun 2022 11:46:27 +0800 Subject: [PATCH] chore: add links to bug tracker and changelog --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 34272b46..2bed9e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,10 @@ license = "MIT" readme = "README.md" repository = "https://github.com/Mause/duckdb_engine" +[tool.poetry.urls] +"Bug Tracker" = "https://github.com/Mause/duckdb_engine/issues" +"Changelog" = "https://github.com/Mause/duckdb_engine/releases" + [tool.poetry.dependencies] python = ">=3.6.1" duckdb = ">=0.2.8"