We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00ca25 commit ef331bbCopy full SHA for ef331bb
unbuild
@@ -14,7 +14,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]
14
then
15
rm -rf build # remove build directory if exists
16
rm -rf dist # remove distribution directory if exists
17
- rm -rf jutils.egg-info # remove egg info directory if exists
+ rm -rf jutl.egg-info # remove egg info directory if exists
18
find . -name __pycache__ -type d -print0|xargs -0 rm -r -- # remove all pycache directories
19
echo "Project successfully unbuilt."
20
else
0 commit comments