File: .pypirc

package info (click to toggle)
python-django-etcd-settings 0.1.13%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: python: 925; makefile: 210
file content (14 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[distutils] # this tells distutils what package indexes you can push to
index-servers =
  pypi
  pypitest

[pypi]
repository: https://pypi.python.org/pypi
username: {{your_username}} # FIXME Set Username
password: {{your_password}} # FIXME Set Password

[pypitest]
repository: https://testpypi.python.org/pypi
username: {{your_username}} # FIXME Set Username
password: {{your_password}} # FIXME Set Password