summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3714d8b..7d21f5e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,6 +52,10 @@ include = [
"tox.ini",
]
exclude = [
+ ".github",
"docs/_build",
"tests/__pycache__",
+ "pyparsing_archive.py",
+ "tests/.mypy_cache",
+ "update_pyparsing_timestamp.py",
]