Skip to content

Commit

Permalink
bash script to build a wheel file for pip
Browse files Browse the repository at this point in the history
Former-commit-id: c648e29b2d1838817be00224d4ab256d82794f24
  • Loading branch information
Javi Ribera committed Mar 21, 2018
1 parent 24b8cee commit ee5ce8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_wheel.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

python setup.py bdist_wheel
mv dist/*.whl .
rm -R build dist object_locator.egg-info

echo 'DONE'

0 comments on commit ee5ce8c

Please sign in to comment.