From 229abb2e16b7f9a3ab1c6fc16076ac5f67278082 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Mon, 11 Nov 2024 08:30:08 -0500 Subject: [PATCH] Bump Qrack --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2efe34f..1329af6 100644 --- a/setup.py +++ b/setup.py @@ -50,14 +50,14 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Topic :: Scientific/Engineering" + "Topic :: Scientific/Engineering", ], keywords="pyqrack qrack simulator quantum gpu", install_requires=[], setup_requires=[], extras_require={ "dev": [ - "pytest>=7.3.1" + "pytest>=7.3.1", ], }, include_package_data=True,