Skip to content

Commit

Permalink
Revert "use setuptools_scm for versioning"
Browse files Browse the repository at this point in the history
This reverts commit 07d5697.
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent d9fbd18 commit 59a98a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -42,14 +41,14 @@ authors = [
{ name="Jeffrey Berger", email="[email protected]" },
]
dependencies = ["numpy", "qiskit", "qiskit-algorithms"]
version = "0.0.10"
requires-python = ">= 3.10"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = ["version"]


[project.optional-dependencies]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 59a98a5

Please sign in to comment.