Files
guru/dev-python/sphinxcontrib-katex/files/sphinxcontrib-katex-0.9.10_fix_install.patch
Sergey Torokhov 4a8563fe71 dev-python/sphinxcontrib-katex: 0.9.10 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2024-06-15 19:07:15 +03:00

12 lines
318 B
Diff

diff '--color=auto' -Naur a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -170,6 +170,7 @@
#
# Find all (sub-)modules of the Python package
[tool.setuptools.packages.find]
+exclude = ["docs", "tests"]
[tool.setuptools.dynamic]
version = {attr = 'sphinxcontrib.katex.__version__'}