summaryrefslogtreecommitdiff
path: root/setuptools/command/sdist.py
diff options
context:
space:
mode:
authorBrooks Kindle <brooks.kindle@wsu.edu>2016-04-23 11:01:39 -0700
committerBrooks Kindle <brooks.kindle@wsu.edu>2016-04-23 11:01:39 -0700
commit6c9c3c7e4d53394149c82637f18c0e55d4baca65 (patch)
tree96ca272968c1d7300519be1b49028a3f1fc5ec68 /setuptools/command/sdist.py
parent5cc432e39c4e8689d117ccc9001d03e47ac5a902 (diff)
downloadpython-setuptools-git-6c9c3c7e4d53394149c82637f18c0e55d4baca65.tar.gz
Prompt for password on upload.
The upload command wasn't prompting for a password. If there was no password specified in ~/.pypirc, the upload command, python setup.py sdist upload would fail and raise a TypeError. The workaround for this was to use python setup.py sdist register upload since the register command does prompt for a password. This commit ensures that the upload command prompts for a password if not given one by ~/.pypirc or the register command.
Diffstat (limited to 'setuptools/command/sdist.py')
0 files changed, 0 insertions, 0 deletions