Skip to content

Commit 3097b0c

Browse files
committed
Fix egg-info path in make_dist.sh
1 parent 4355bae commit 3097b0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make_dist.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ make_wheel()
1111
$PYTHON setup.py bdist_wheel
1212
}
1313

14-
rm -rf sounddevice.egg-info/
14+
rm -rf src/sounddevice.egg-info/
1515
$PYTHON setup.py clean --all
16-
1716
$PYTHON setup.py sdist
1817

1918
# This creates a "pure" wheel:

0 commit comments

Comments
 (0)