Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero

Merge pull request #240 from urschrei/shugel/push-skynqrvqtxrv

Ensure that docs and tests are part of the source distribution

authored by urschrei.eurosky.social and committed by

GitHub bb9aefab 2354b92e

+5 -2
+4 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "pyzotero" 3 - version = "1.6.14" 3 + version = "1.6.15" 4 4 description = "Python wrapper for the Zotero API" 5 5 readme = "README.md" 6 6 requires-python = ">=3.9" ··· 52 52 [build-system] 53 53 requires = ["uv_build>=0.8.14,<0.9.0"] 54 54 build-backend = "uv_build" 55 + 56 + [tool.uv.build-backend] 57 + source-include = ["tests/**", "doc/**"] 55 58 56 59 [tool.pytest.ini_options] 57 60 minversion = "8.3.0"
+1 -1
uv.lock
··· 753 753 754 754 [[package]] 755 755 name = "pyzotero" 756 - version = "1.6.14" 756 + version = "1.6.15" 757 757 source = { editable = "." } 758 758 dependencies = [ 759 759 { name = "bibtexparser" },