From 59a98a5b6bf53432643de06717fab8459684a0d7 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Tue, 8 Oct 2024 12:44:58 -0400 Subject: [PATCH] Revert "use setuptools_scm for versioning" This reverts commit 07d5697bf92bdc199d39a74bff9d7724ecacd335. --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae8ba40..07eefe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ requires = [ # scikit-build-core uses cmake as needed (do not list it here) "scikit-build-core", - "setuptools_scm[toml]>=8", ] build-backend = "scikit_build_core.build" @@ -42,6 +41,7 @@ authors = [ { name="Jeffrey Berger", email="jeff.berger@qognitive.io" }, ] dependencies = ["numpy", "qiskit", "qiskit-algorithms"] +version = "0.0.10" requires-python = ">= 3.10" classifiers = [ "Programming Language :: Python :: 3 :: Only", @@ -49,7 +49,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dynamic = ["version"] [project.optional-dependencies] @@ -183,13 +182,8 @@ docstring-code-format = true [tool.scikit-build] cmake.build-type = "Release" build-dir = "build/{wheel_tag}" -metadata.version.provider = "scikit_build_core.metadata.setuptools_scm" -sdist.include = ["fast_pauli/__version__.py"] # TODO add more options here -[tool.setuptools_scm] -write_to = "fast_pauli/__version__.py" - [tool.cibuildwheel] build = ["cp310-manylinux_x86_64", "cp311-manylinux_x86_64", "cp312-manylinux_x86_64", "cp313-manylinux_x86_64"] build-frontend = "build"