summaryrefslogtreecommitdiff
path: root/pyproject.toml
AgeCommit message (Collapse)Author
2024-01-16Add chardet, cchardet, and charset-normalizer to the optional dependencies ↵Leonard Richardson
in pyproject. [bug=2019018]
2024-01-16Add tox.ini to sdist as per [bug=2016190]Leonard Richardson
2023-08-27Corrected the syntax of the license definition in pyproject.toml. PatchLeonard Richardson
by Louis Maddox. [bug=2032848]
2023-04-05Prepare for 4.12.1 release.Leonard Richardson
2023-04-05The demonstrate_parser_differences.py script was still written inLeonard Richardson
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.
2023-04-05Add the pyproject.toml file.Leonard Richardson