Skip to content

Commit b4de7fd

Browse files
committed
Remove forgotten "src/" in make_dist.sh
1 parent e854474 commit b4de7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_dist.sh

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

14-
rm -rf src/sounddevice.egg-info/
14+
rm -rf sounddevice.egg-info/
1515
$PYTHON setup.py clean --all
1616
$PYTHON setup.py sdist
1717

0 commit comments

Comments
 (0)