Skip to content

Commit

Permalink
add setuptools to native package list
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Sep 28, 2024
1 parent f7de77a commit 1538276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/mingw_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def install_msys2_requirements(args: list[str]) -> None:
"ruamel-yaml-clib": "python-ruamel.yaml.clib",
"shiboken6": None,
"shellingham": "python-shellingham",
"setuptools": "python-setuptools",
"ujson": "python-ujson",
"zstandard": "python-zstandard",
}
Expand Down

0 comments on commit 1538276

Please sign in to comment.