File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ replacement = '](https://github.com/teng-lin/notebooklm-py/blob/v$HFPR_VERSION/S
8080pattern = ' \]\(LICENSE\)'
8181replacement = ' ](https://github.com/teng-lin/notebooklm-py/blob/v$HFPR_VERSION/LICENSE)'
8282
83+ [[tool .hatch .metadata .hooks .fancy-pypi-readme .substitutions ]]
84+ pattern = ' \]\(SKILL\.md\)'
85+ replacement = ' ](https://github.com/teng-lin/notebooklm-py/blob/v$HFPR_VERSION/SKILL.md)'
86+
8387[tool .hatch .build .targets .wheel ]
8488packages = [" src/notebooklm" ]
8589force-include = {"SKILL.md" = " src/notebooklm/data/SKILL.md" }
Original file line number Diff line number Diff line change 55import zipfile
66from pathlib import Path
77
8+ import pytest
9+
10+
811def test_wheel_includes_root_skill_content (tmp_path ):
912 """The built wheel should carry the canonical repo SKILL.md into package data."""
1013 if shutil .which ("uv" ) is None :
You can’t perform that action at this time.
0 commit comments