mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-07 20:02:36 +00:00
84e87239bc
it needs to be like this to support a ~/.pypirc like this,
containing a separate upload token for the borgbackup project:
[distutils]
index-servers =
borgbackup
...
[borgbackup]
repository = https://upload.pypi.org/legacy/
username = __token__
password = pypi-...(token)...