Skip to content

Instantly share code, notes, and snippets.

@prologic
Created February 20, 2015 04:56
Show Gist options
  • Save prologic/1542735b78a263290fc7 to your computer and use it in GitHub Desktop.
Save prologic/1542735b78a263290fc7 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
$ cat .pypirc | sed -e "s/password\: .*/password: xxxx/g"
[server-login]
repository: https://pypi.python.org/pypi
username: prologic
password: xxxx
[testpypi]
repository: http://testpypi.python.org/pypi
username: prologic
password: xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment