Skip to content

Commit

Permalink
Return setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Jun 16, 2022
1 parent 8c83a84 commit 8ef54b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def run(self):
package_data={"hivemind": ["proto/*", "hivemind_cli/*"]},
include_package_data=True,
license="MIT",
setup_requires=["grpcio-tools"],
install_requires=install_requires,
extras_require=extras,
classifiers=[
Expand Down

0 comments on commit 8ef54b6

Please sign in to comment.