Skip to content

Commit 24c247b

Browse files
authored
Merge pull request #343 from alejoe91/fix-hatchling-packaging
Fix hatchling packaging
2 parents c7317ef + b72fbd5 commit 24c247b

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

doc/releases/0.2.27.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
probeinterface 0.2.27
2-
---------------------
1+
probeinterface 0.2.27 (broken)
2+
------------------------------
33

4-
May, 2nd 2025
4+
May, 5th 2025
55

66

77
Features

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,9 @@ changelog = "https://probeinterface.readthedocs.io/en/main/release_notes.html"
3131
requires = ["hatchling"]
3232
build-backend = "hatchling.build"
3333

34-
[tool.hatch.build.targets.wheel]
35-
packages = ["src/probeinterface"]
36-
include = ["probeinterface/schema/probe.json.schema"]
3734

38-
[tool.hatch.build.targets.sdist]
39-
packages = ["src/probeinterface"]
40-
include = ["probeinterface/schema/probe.json.schema"]
35+
[tool.hatch.build]
36+
sources = ["src"]
4137

4238
[project.optional-dependencies]
4339

0 commit comments

Comments
 (0)