Skip to content

Commit 1ff0364

Browse files
committed
ok
1 parent d3949e3 commit 1ff0364

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

hatch.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ serve = "mkdocs serve --dev-addr localhost:8000"
1818

1919
[[envs.test.matrix]]
2020
python = ["37", "38", "39", "310"]
21+
22+
[build.targets.wheel]
23+
packages = ["src/pointers", "_pointers"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -23,7 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"typing_extensions",
2525
]
26-
dynamic = ["version"]
26+
version="1.5.0"
2727

2828
[project.urls]
2929
Documentation = "https://pointers.zintensity.dev"

0 commit comments

Comments
 (0)