Commit 07b44aac authored by Jason R. Coombs's avatar Jason R. Coombs

Require wheel in release script

parent 5b632217
......@@ -10,6 +10,7 @@ import subprocess
import pkg_resources
pkg_resources.require('jaraco.packaging>=2.0')
pkg_resources.require('wheel')
def before_upload():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment