diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-26 06:14:50 -0700 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-09-26 15:14:50 +0200 |
| commit | 7be5d9c6a1d829c60855edec6543039db6316631 (patch) | |
| tree | a0b45259758e1f822a4045e5b5dae506246e5b5d /scripts | |
| parent | ab9a381f5cd9b33b244a4883d6ba55208c049dcf (diff) | |
| download | psutil-7be5d9c6a1d829c60855edec6543039db6316631.tar.gz | |
Correct capitalization of PyPI (#1337)
As spelled on https://pypi.org/.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/winmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index ffdfc291..c4722a02 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -229,7 +229,7 @@ def wheel(): @cmd def upload_wheels(): - """Upload wheel files on PYPI.""" + """Upload wheel files on PyPI.""" build() sh("%s -m twine upload dist/*.whl" % PYTHON) |
