From a7caa876c41b9548def578c493714e247ca8a26e Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Fri, 21 Apr 2023 15:03:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20minor=20cosmetic=20issues?= =?UTF-8?q?=20in=20project=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eaf49e9..908fcb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,14 +52,14 @@ dev = [ ] [project.urls] -repository = "https://github.com/daniil-berg/marshmallow-generic" -bug_tracker = "https://github.com/daniil-berg/marshmallow-generic/issues" -documentation = "http://daniil-berg.github.io/marshmallow-generic" +"Repository" = "https://github.com/daniil-berg/marshmallow-generic" +"Issue Tracker" = "https://github.com/daniil-berg/marshmallow-generic/issues" +"Documentation" = "http://daniil-berg.github.io/marshmallow-generic" [tool.setuptools.dynamic] dependencies = { file = "requirements/common.txt" } -readme = { file = ["README.md"] } -version = {attr = "marshmallow_generic.__version__"} +readme = { file = ["README.md"], content-type = "text/markdown" } +version = { attr = "marshmallow_generic.__version__" } ######################### # Static type checking: #