Browse Source

fix auto-generating the version file

2.1
nuex 10 years ago
parent
commit
6985c1faba
  1. 2
      build-helper

2
build-helper

@ -300,7 +300,7 @@ eof
fi
;;
version)
git describe > cdist/version.py
echo "VERSION = \"$(git describe)\"" > cdist/version.py
;;
*)

Loading…
Cancel
Save