This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new bb0258127 fix: add readme entry in pyproject.toml (#978)
bb0258127 is described below
commit bb02581273eca6dca36aa528b0d797c70a057d84
Author: Ryan Huang <[email protected]>
AuthorDate: Thu Jan 29 21:08:51 2026 +0800
fix: add readme entry in pyproject.toml (#978)
---
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 = [