dev-python/sphinxcontrib-katex: 0.9.11 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-07-11 21:17:37 +03:00
parent 24a48b5435
commit 18fa73237a
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
diff '--color=auto' -Naur a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@
]
description = 'A Sphinx extension for rendering math in HTML pages'
readme = 'README.rst'
-license = {file = 'LICENSE'}
+license-files = ['LICENSE']
keywords = [
'sphinx',
'latex',
@@ -19,7 +19,6 @@
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
@@ -179,6 +178,7 @@
#
# Find all (sub-)modules of the Python package
[tool.setuptools.packages.find]
+exclude = ["docs", "tests"]
[tool.setuptools.dynamic]
version = {attr = 'sphinxcontrib.katex.__version__'}