mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Switch to pyproject.toml (#6016)
* switch to pyproject.toml * fix mypy * fix pyinstaller
This commit is contained in:
parent
555a2d2199
commit
c38c01fa4f
9 changed files with 225 additions and 228 deletions
|
|
@ -46,10 +46,9 @@ def wheel():
|
|||
subprocess.check_call(
|
||||
[
|
||||
"python",
|
||||
"setup.py",
|
||||
"-q",
|
||||
"bdist_wheel",
|
||||
"--dist-dir",
|
||||
"-m",
|
||||
"build",
|
||||
"--outdir",
|
||||
DIST_DIR,
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue