at 23.11-beta 241 B view raw
1diff --git a/pyproject.toml b/pyproject.toml 2index 41b5c90..e7c7b2d 100644 3--- a/pyproject.toml 4+++ b/pyproject.toml 5@@ -50,6 +50,5 @@ doctest_optionflags = "NORMALIZE_WHITESPACE" 6 testpaths = [ 7 "pytests", 8 "pysrc", 9- "docs", 10 ]