Remove .pyc files from tarball when running maketarball.sh
This commit is contained in:
parent
c56243f08c
commit
880f396bd9
@ -161,6 +161,9 @@ then
|
||||
rm -rf docs/_build/
|
||||
fi
|
||||
|
||||
# Remove .pyc files that may have been generated by sphinx
|
||||
find mediagoblin -name '*.pyc' -exec rm {} \;
|
||||
|
||||
popd
|
||||
|
||||
tar -cvf $FNBASE.tar $FNBASE
|
||||
|
Loading…
x
Reference in New Issue
Block a user