Skip to content

Commit b9b4384

Browse files
committed
Revert the version changes to cuda_python_test_helpers
Fancy auto versioning isn't really compatible with the "use without installing" model for this package
1 parent ce13022 commit b9b4384

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

cuda_python_test_helpers/cuda_python_test_helpers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
from cuda.core._utils.cuda_utils import handle_return
1313

14-
from ._version import __version__
15-
1614
__all__ = [
1715
"IS_WINDOWS",
1816
"IS_WSL",

cuda_python_test_helpers/pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
[build-system]
5-
requires = ["setuptools>=80.0.0", "setuptools-scm[simple]>=8"]
5+
requires = ["setuptools>=77.0.0"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "cuda-python-test-helpers"
10+
version = "0.1.0"
1011
description = "Shared test helpers for CUDA Python projects"
1112
readme = {file = "README.md", content-type = "text/markdown"}
1213
authors = [{ name = "NVIDIA Corporation" }]
@@ -20,11 +21,5 @@ classifiers = [
2021
[tool.setuptools]
2122
packages = ["cuda_python_test_helpers"]
2223

23-
[tool.setuptools_scm]
24-
root = ".."
25-
version_file = "cuda_python_test_helpers/_version.py"
26-
tag_regex = "^(?P<version>v\\d+\\.\\d+\\.\\d+((a|b|rc)\\d+)?)$"
27-
git_describe_command = ["git", "describe", "--dirty", "--tags", "--long", "--match", "v*[0-9]*"]
28-
2924
[project.urls]
3025
repository = "https://github.com/NVIDIA/cuda-python"

0 commit comments

Comments
 (0)