Skip to content

Commit

Permalink
Fix egg-info path in make_dist.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 25, 2017
1 parent 4355bae commit 3097b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ make_wheel()
$PYTHON setup.py bdist_wheel
}

rm -rf sounddevice.egg-info/
rm -rf src/sounddevice.egg-info/
$PYTHON setup.py clean --all

$PYTHON setup.py sdist

# This creates a "pure" wheel:
Expand Down

0 comments on commit 3097b0c

Please sign in to comment.