From ef4b9bc18f7bef01ce29ebbdc92898c5bca74e82 Mon Sep 17 00:00:00 2001 From: Nao YONASHIRO Date: Tue, 3 Jul 2018 12:28:12 +0900 Subject: [PATCH] chore: PyPi to PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fff95e..131e337 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ class UploadCommand(Command): self.status('Building Source and Wheel (universal) distribution…') os.system('{0} setup.py sdist bdist_wheel --universal'.format(sys.executable)) - self.status('Uploading the package to PyPi via Twine…') + self.status('Uploading the package to PyPI via Twine…') os.system('twine upload dist/*') self.status('Pushing git tags…')