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 ebbcd865c Add classifiers to pyproject.toml (#1034)
ebbcd865c is described below
commit ebbcd865cc59b93e0d38c2160ee25613765b1fa8
Author: Ryan Huang <[email protected]>
AuthorDate: Wed Feb 11 16:21:30 2026 +0800
Add classifiers to pyproject.toml (#1034)
---
pyproject.toml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index 406eb5842..fbd98914c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,23 @@ authors = [{ name = "Apache Mahout", email =
"[email protected]" }]
license = "Apache-2.0"
requires-python = ">=3.10,<3.13"
readme = "README.md"
+classifiers = [
+ "Development Status :: 4 - Beta",
+ "Intended Audience :: Developers",
+ "Intended Audience :: Science/Research",
+ "License :: OSI Approved :: Apache Software License",
+ "Operating System :: OS Independent",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3 :: Only",
+ "Programming Language :: Rust",
+ "Topic :: Scientific/Engineering",
+ "Topic :: Scientific/Engineering :: Physics",
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+]
dependencies = [
"qiskit>=2.2.0,<3.0.0",
"qiskit-aer>=0.17.2,<0.18.0",