Skip to content

Commit

Permalink
setuptools and wheel are not included by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Oct 3, 2019
1 parent 96d2ca7 commit 988b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grumpy-runtime-src/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["grumpy-tools > 0.2.2"]
requires = ["setuptools", "wheel", "grumpy-tools>0.2.2"]

0 comments on commit 988b953

Please sign in to comment.