diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-04-05 09:48:16 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-04-05 09:48:16 -0400 |
commit | 43038bb57e1379795db4363d9715fb238fb67f50 (patch) | |
tree | 7940d405ab261e085cf61cbc2a04436c4fc6f10c /pyproject.toml | |
parent | c8ec7d1e72c9aaa840cde48d3204fdfa1e872232 (diff) |
The demonstrate_parser_differences.py script was still written in
Python 2. I've converted it to Python 3, but since no one noticed this
problem, it's a sign that no one uses this script and it's not
serving its purpose. I may rework or remove it in a later version.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8f965d1..7bd0740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,6 @@ include = [ # Scripts. "/test-all-versions", "/scripts/*.py", - "/scripts/*.txt", # Documentation source in various languages. "/doc*/Makefile", |