Merge pull request #55 from orisano/patch-2

chore: PyPi to PyPI
This commit is contained in:
Kenneth Reitz 2018-07-03 10:23:20 -04:00 committed by GitHub
commit c511902ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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…')