diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-15 15:08:58 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-15 15:08:58 +0200 |
commit | 754ce03319038f37e463cf091501d6e66958c375 (patch) | |
tree | 1a65dff85dfbf5fa0a6033566415fd746c3f295f | |
parent | 20a97646abf360aee23009555c91871b15ea2567 (diff) | |
download | portato-754ce03319038f37e463cf091501d6e66958c375.tar.gz portato-754ce03319038f37e463cf091501d6e66958c375.tar.bz2 portato-754ce03319038f37e463cf091501d6e66958c375.zip |
Add a script to build the extensions
Diffstat (limited to '')
-rwxr-xr-x | extensions.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions.sh b/extensions.sh new file mode 100755 index 0000000..4e17533 --- /dev/null +++ b/extensions.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +python setup.py build_ext -i +# remove the "build" directory +python setup.py clean -a |