Merge branch 'edit-pyproject' of https://github.com/un-pogaz/calibre

This commit is contained in:
Kovid Goyal 2025-04-12 14:56:56 +05:30
commit 7310b6f014
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,5 +1,19 @@
[project] [project]
name = "calibre"
description = "The one stop solution to all your e-book needs"
readme = "README.md"
requires-python = ">=3.10" 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] [tool.ruff]
line-length = 160 line-length = 160