This is an automated email from the ASF dual-hosted git repository.
hcr 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 ac568de63 added PyPI classifiers for frameworks and environment (#1051)
ac568de63 is described below
commit ac568de63e019093cc426da14741d9e0ce8849c2
Author: Suyash Parmar <[email protected]>
AuthorDate: Thu Feb 19 17:20:58 2026 +0530
added PyPI classifiers for frameworks and environment (#1051)
* feat(qdp): add PyPI classifiers for frameworks and environment
* Update pyproject.toml
---------
Co-authored-by: Suyash Parmar <[email protected]>
---
qdp/qdp-python/pyproject.toml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/qdp/qdp-python/pyproject.toml b/qdp/qdp-python/pyproject.toml
index c94bb32cf..8c4cb1bc1 100644
--- a/qdp/qdp-python/pyproject.toml
+++ b/qdp/qdp-python/pyproject.toml
@@ -8,9 +8,26 @@ readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = ["qumat>0.4.0"]
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",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
+ "Topic :: Scientific/Engineering",
+ "Topic :: Scientific/Engineering :: Physics",
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ "Framework :: PyTorch",
+ "Framework :: TensorFlow",
+
]
dynamic = ["version"]