File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
src/mkdocstrings_handlers/python_xref Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
# mkdocstring-python-xref changes
2
2
3
+ ## 1.16.1
4
+
5
+ * Fix sdist distributions (should enable conda-forge to build)
6
+
3
7
## 1.16.0
4
8
5
9
* Compatibility with mkdocstrings-python 1.16.*
Original file line number Diff line number Diff line change @@ -44,16 +44,9 @@ include = [
44
44
" src/mkdocstrings_handlers/python_xref/py.typed" ,
45
45
]
46
46
47
- [tool .hatch .build .targets .sdist ]
48
- packages = [
49
- " src/mkdocstrings_handlers" ,
50
- # "src/mkdocstrings_handlers/python_xref",
51
- ]
52
-
53
47
[tool .hatch .build .targets .wheel ]
54
48
packages = [
55
49
" src/mkdocstrings_handlers" ,
56
- # "src/mkdocstrings_handlers/python_xref",
57
50
]
58
51
59
52
[tool .mypy ]
Original file line number Diff line number Diff line change 1
- 1.16
2
-
1
+ 1.16.1
You can’t perform that action at this time.
0 commit comments