Add assignments for unmodified classes
[pygtk-shell.git] / .release-info
blob721559efda90c8885c08a56d8a6c34d2178f9e4f
1 #!/bin/sh
2 APP_NAME="pygtk-shell"
3 APP_VERSION=$(python -c "import sys; sys.path.insert(0, '.'); from PyGTKShell.Core import *; print '.'.join(map(str, pygtkshell_version))")
4 RELEASE_DIR="${FRTD}/pygtk-shell/releases/${APP_VERSION}"
5 RSYNC_LOCAL="./.rsync-exec-pygtk-shell-web-local.sh"