From 774b9de832cea673d65427f080388dfe9a617719 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Sat, 12 Apr 2025 11:03:27 +0200 Subject: [PATCH] improve pyproject.toml --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6e917a2e1e..b3697bd7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,19 @@ [project] +name = "calibre" +description = "The one stop solution to all your e-book needs" +readme = "README.md" requires-python = ">=3.10" +license = "GPL-3.0-only" +dynamic = ["version"] + +[project.urls] +Homepage = "https://calibre-ebook.com" +FAQ = "https://manual.calibre-ebook.com/faq.html" +Documentation = "https://manual.calibre-ebook.com" +Repository = "https://github.com/kovidgoyal/calibre.git" +Issues = "https://bugs.launchpad.net/calibre" +Changelog = "https://github.com/kovidgoyal/calibre/blob/master/Changelog.txt" +Community-Forum = "https://www.mobileread.com/forums/forumdisplay.php?f=166" [tool.ruff] line-length = 160