fix capitalization of "PyPI"

This commit is contained in:
Jakub Wilk 2017-01-29 15:12:22 +01:00
parent ed576e5e0e
commit 17c579a944
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from distutils.core import setup
# https://www.python.org/dev/peps/pep-0440/#version-scheme
# Fetch version from git tags, and write to version.py.
# Also, when git is not available (PyPi package), use stored version.py.
# Also, when git is not available (PyPI package), use stored version.py.
version_py = os.path.join(os.path.dirname(__file__), 'version.py')
try: