Skip to content

Commit

Permalink
Remove __pycache__ files before adding them to zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 2, 2017
1 parent c988d80 commit de8940f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make-example-zips.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#! /usr/bin/env bash

# Remove un-needed files
rm -rf ./**/__pycache__

# Compress all the example directories in .zip files to be uploaded for a release
mkdir ./dist
for f in example-flask* ; do
Expand Down

0 comments on commit de8940f

Please sign in to comment.