We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d9536 commit 0ccd6acCopy full SHA for 0ccd6ac
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# mkdocstring-python-xref changes
2
3
+## 1.16.1
4
+
5
+* Fix sdist distributions (should enable conda-forge to build)
6
7
## 1.16.0
8
9
* Compatibility with mkdocstrings-python 1.16.*
pyproject.toml
@@ -44,16 +44,9 @@ include = [
44
"src/mkdocstrings_handlers/python_xref/py.typed",
45
]
46
47
-[tool.hatch.build.targets.sdist]
48
-packages = [
49
- "src/mkdocstrings_handlers",
50
-# "src/mkdocstrings_handlers/python_xref",
51
-]
52
-
53
[tool.hatch.build.targets.wheel]
54
packages = [
55
"src/mkdocstrings_handlers",
56
57
58
59
[tool.mypy]
src/mkdocstrings_handlers/python_xref/VERSION
@@ -1,2 +1 @@
-1.16
+1.16.1
0 commit comments