dev-python/sphinxcontrib-katex: 0.9.10 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2024-06-15 19:06:44 +03:00
parent bfcc2ccb17
commit 4a8563fe71
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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__'}