summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-26 06:14:50 -0700
committerGiampaolo Rodola <g.rodola@gmail.com>2018-09-26 15:14:50 +0200
commit7be5d9c6a1d829c60855edec6543039db6316631 (patch)
treea0b45259758e1f822a4045e5b5dae506246e5b5d /make.bat
parentab9a381f5cd9b33b244a4883d6ba55208c049dcf (diff)
downloadpsutil-7be5d9c6a1d829c60855edec6543039db6316631.tar.gz
Correct capitalization of PyPI (#1337)
As spelled on https://pypi.org/.
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index c7c31902..43000535 100644
--- a/make.bat
+++ b/make.bat
@@ -26,7 +26,7 @@ if "%TSCRIPT%" == "" (
set TSCRIPT=psutil\tests\__main__.py
)
-rem Needed to locate the .pypirc file and upload exes on PYPI.
+rem Needed to locate the .pypirc file and upload exes on PyPI.
set HOME=%USERPROFILE%
%PYTHON% scripts\internal\winmake.py %1 %2 %3 %4 %5 %6