Index: build.sh =================================================================== diff -u -r23e98ce23746e5744771373536a8e5918cf4743d -r9a16ece9f9370e4e644ca1ef463da57bc7b3b148 --- build.sh (.../build.sh) (revision 23e98ce23746e5744771373536a8e5918cf4743d) +++ build.sh (.../build.sh) (revision 9a16ece9f9370e4e644ca1ef463da57bc7b3b148) @@ -3,4 +3,4 @@ python3 setup.py bdist_wheel if [ $? -ne 0 ]; then echo "Error building package. Exiting..."; exit 1; fi -echo "Success! Please distribute dist/dialin-dialin-x.y.z-py3-none-any.whl accordingly." +echo "Success! Please distribute dist/dialin-x.y.z-py3-none-any.whl accordingly."