diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-09-16 13:28:15 -0700 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-09-16 20:46:52 -0400 |
commit | 5fff9a625e91600346cfbaa0022060dfbc9e9fb3 (patch) | |
tree | 78aaaad87e57d5965ca2fc3b6bef3720c755f7ac | |
parent | 4876f170e5d59b8a45ae0c6732acb73b8ac566d2 (diff) | |
download | python-coveragepy-git-5fff9a625e91600346cfbaa0022060dfbc9e9fb3.tar.gz |
Correct capitalization of PyPI
As spelled on https://pypi.org/.
-rw-r--r-- | howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ - https://ci.appveyor.com/project/nedbat/coveragepy - $ make download_appveyor - examine the dist directory, and remove anything that looks malformed. -- Update PyPi: +- Update PyPI: - upload kits: - $ make kit_upload - Tag the tree |