Skip to content

Commit 0ccd6ac

Browse files
committedMar 22, 2025·
Fix sdist build
Should fix conda-forge builds
1 parent 00d9536 commit 0ccd6ac

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mkdocstring-python-xref changes
22

3+
## 1.16.1
4+
5+
* Fix sdist distributions (should enable conda-forge to build)
6+
37
## 1.16.0
48

59
* Compatibility with mkdocstrings-python 1.16.*

‎pyproject.toml

-7
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,9 @@ include = [
4444
"src/mkdocstrings_handlers/python_xref/py.typed",
4545
]
4646

47-
[tool.hatch.build.targets.sdist]
48-
packages = [
49-
"src/mkdocstrings_handlers",
50-
# "src/mkdocstrings_handlers/python_xref",
51-
]
52-
5347
[tool.hatch.build.targets.wheel]
5448
packages = [
5549
"src/mkdocstrings_handlers",
56-
# "src/mkdocstrings_handlers/python_xref",
5750
]
5851

5952
[tool.mypy]
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
1.16
2-
1+
1.16.1

0 commit comments

Comments
 (0)
Please sign in to comment.