From d4f6bea78da312dc332e32c1cd53c984ac100f00 Mon Sep 17 00:00:00 2001 From: mhucka Date: Mon, 20 Jan 2025 20:54:03 +0000 Subject: [PATCH] Add new Trove classifier term for quantum computing PyPI now supports a classifier term for quantum computing. --- release/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/release/setup.py b/release/setup.py index fd11b6fd0..571a11861 100644 --- a/release/setup.py +++ b/release/setup.py @@ -109,6 +109,7 @@ def has_ext_modules(self): 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Physics', + 'Topic :: Scientific/Engineering :: Quantum Computing', ], license='Apache 2.0', keywords='tensorflow machine learning quantum qml',