From eea5c454ab9af8fdecf17ec98d03d877d2c2e3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 6 Jan 2025 17:44:35 +0100 Subject: [PATCH] Define README and classifiers as dynamic --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 821fa18..d2ef1ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,11 @@ dependencies = [ "packaging", "pymupdf (>=1.23.3, <1.24.0)", # The version in Fedora 39 "pyside6 (>=6.7.1, < 6.8)", - "pyxdg; sys_platform == 'linux'", + # "pyxdg; sys_platform == 'linux'", "requests",] +dynamic = ["readme", "classifiers"] + [dependency-groups] # Dependencies installed inside the container container = [