Use setuptools instead of distutils for setup.py and allow to build working RPM
[pysize.git] / pysize.sh
blobc3046529d443c8560f016efbcad657c008a541fa
1 #!/bin/sh
3 # Script to test pysize without installing it
5 SCRIPTDIR=$(dirname "$0") # Yeah I know, it can be inaccurate
6 PYTHONPATH="$SCRIPTDIR:$PYTHONPATH" exec "$SCRIPTDIR/bin/pysize" "$@"