This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository llvm-lnt.
from 309e185 Use click.Group instead of MultiCommand new f0800db Rewrite project build and metadata using pyproject.toml (#88)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Dockerfile | 9 +-- docs/developer_guide.rst | 6 +- mypy.ini | 2 - pyproject.toml | 154 +++++++++++++++++++++++++++++++++++++++++++++++ setup.cfg | 4 -- setup.py | 134 ----------------------------------------- tox.ini | 63 ------------------- 7 files changed, 158 insertions(+), 214 deletions(-) delete mode 100644 mypy.ini create mode 100644 pyproject.toml delete mode 100644 setup.cfg delete mode 100644 setup.py delete mode 100644 tox.ini