Skip to content

Commit 5b90af2

Browse files
committed
fix(build): Require wheel for running setup.py script.
1 parent bb8e1a6 commit 5b90af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

planning/unified/plugin/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def check_self_executable():
7676
various automated planning problems can be submitted.",
7777
author="Arthur Bit-Monnot",
7878
author_email="abitmonnot@laas.fr",
79+
setup_requires=["wheel"],
7980
install_requires=["unified_planning", "grpcio", "grpcio-tools", "pytest"],
8081
packages=find_packages(include=["up_aries", "up_aries.*"]),
8182
package_data={"up_aries.bin": ["*"]},

0 commit comments

Comments
 (0)