setup.sh 149 B

1234567
  1. #!/bin/bash
  2. set -e
  3. echo "Setting Git Credentials..."
  4. git config --global user.email "pypa-dev@googlegroups.com"
  5. git config --global user.name "pip"