This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a commit to branch v0.5-stable
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/v0.5-stable by this push:
new b218f86db [v0.5-stable] fix: add readme entry in pyproject.toml (#978)
(#983)
b218f86db is described below
commit b218f86dba660db384fb43521cbb118124c9d8c7
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Thu Jan 29 21:23:20 2026 +0800
[v0.5-stable] fix: add readme entry in pyproject.toml (#978) (#983)
(cherry picked from commit bb0258127)
Co-authored-by: Ryan Huang <[email protected]>
---
qdp/qdp-python/pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/qdp/qdp-python/pyproject.toml b/qdp/qdp-python/pyproject.toml
index 350ff8d17..909cd4a34 100644
--- a/qdp/qdp-python/pyproject.toml
+++ b/qdp/qdp-python/pyproject.toml
@@ -4,6 +4,7 @@ build-backend = "maturin"
[project]
name = "qumat-qdp"
+readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = ["qumat>0.4.0"]
classifiers = [