summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2023-03-07 09:04:54 -0600
committerptmcg <ptmcg@austin.rr.com>2023-03-07 09:04:54 -0600
commit15a7a5ce417c8f9b8dd37f4ba0ac3a8897b8f707 (patch)
treec3233e0bb1995e94b01f34c2b19f3b1a540ef58b
parente6706c178564abdce4296629001291eb1ba68a6c (diff)
downloadpyparsing-git-15a7a5ce417c8f9b8dd37f4ba0ac3a8897b8f707.tar.gz
Remove mypy_cache and other files from source dist
-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",
]