Skip to content

Commit 5cdeff0

Browse files
committed
Switch to Hatch and scikit-build-core
1 parent 6de18a3 commit 5cdeff0

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Diff for: pyproject.toml

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "toml"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling", "scikit-build-core"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "pointers.py"
@@ -21,19 +21,10 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"typing_extensions",
24-
"varname"
2524
]
26-
version = "3.0.1"
25+
version = "4.0.0"
2726

2827
[project.urls]
2928
Documentation = "https://pointers.zintensity.dev"
3029
Issues = "https://github.com/ZeroIntensity/pointers.py/issues"
3130
Source = "https://github.com/ZeroIntensity/pointers.py"
32-
33-
[tool.ward]
34-
path = ["tests"]
35-
capture-output = true
36-
order = "standard"
37-
test-output-style = "test-per-line"
38-
fail-limit = 5
39-
progress-style = ["bar"]

Diff for: src/pointers/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__author__ = "ZeroIntensity"
2+
__license__ = "MIT"

0 commit comments

Comments
 (0)