Files
guru/dev-python/sphinxcontrib-katex/files/sphinxcontrib-katex-0.9.11_fix_install.patch
Sergey Torokhov 18fa73237a dev-python/sphinxcontrib-katex: 0.9.11 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-07-11 21:21:10 +03:00

29 lines
860 B
Diff

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__'}