We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7317ef + b72fbd5 commit 24c247bCopy full SHA for 24c247b
2 files changed
doc/releases/0.2.27.rst
@@ -1,7 +1,7 @@
1
-probeinterface 0.2.27
2
----------------------
+probeinterface 0.2.27 (broken)
+------------------------------
3
4
-May, 2nd 2025
+May, 5th 2025
5
6
7
Features
pyproject.toml
@@ -31,13 +31,9 @@ changelog = "https://probeinterface.readthedocs.io/en/main/release_notes.html"
31
requires = ["hatchling"]
32
build-backend = "hatchling.build"
33
34
-[tool.hatch.build.targets.wheel]
35
-packages = ["src/probeinterface"]
36
-include = ["probeinterface/schema/probe.json.schema"]
37
38
-[tool.hatch.build.targets.sdist]
39
40
+[tool.hatch.build]
+sources = ["src"]
41
42
[project.optional-dependencies]
43
0 commit comments