Skip to content

Commit

Permalink
do not forget to clean other dirs too
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Jun 3, 2024
1 parent 5fcbe25 commit d92af67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ cp -r docs $TARGET_DIR/docs

# cleaning .pyc and .pyo
shopt -s globstar
rm -f $SRC_DIR/**/*.pyc
rm -f $SRC_DIR/**/*.pyo
rm -fr $SRC_DIR/**/__pycache__/
rm -f $TARGET_DIR/**/*.pyc
rm -f $TARGET_DIR/**/*.pyo
rm -fr $TARGET_DIR/**/__pycache__/

cp LICENSE $TARGET_DIR/
cp README.md $TARGET_DIR/
Expand Down

0 comments on commit d92af67

Please sign in to comment.