mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
12 lines
318 B
Diff
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__'}
|