Skip to content

Commit

Permalink
remove undesired files from tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Nov 14, 2013
1 parent 312c5fb commit e40e444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
build/
dist/
docs/build
*-testlog.txt
2 changes: 2 additions & 0 deletions sdist.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

rm -rf build dist docs/build conda.egg-info

VERSION=$(git describe)
echo "VERSION: '$VERSION'"

Expand Down

0 comments on commit e40e444

Please sign in to comment.