Switch to pyproject.toml (#6016)

* switch to pyproject.toml

* fix mypy

* fix pyinstaller
This commit is contained in:
Maximilian Hils 2023-03-26 19:40:32 +02:00 committed by GitHub
parent 555a2d2199
commit c38c01fa4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 225 additions and 228 deletions

View file

@ -46,10 +46,9 @@ def wheel():
subprocess.check_call(
[
"python",
"setup.py",
"-q",
"bdist_wheel",
"--dist-dir",
"-m",
"build",
"--outdir",
DIST_DIR,
]
)