fix capitalization of "PyPI"
This commit is contained in:
parent
ed576e5e0e
commit
17c579a944
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ from distutils.core import setup
|
||||||
# https://www.python.org/dev/peps/pep-0440/#version-scheme
|
# https://www.python.org/dev/peps/pep-0440/#version-scheme
|
||||||
|
|
||||||
# Fetch version from git tags, and write to version.py.
|
# 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')
|
version_py = os.path.join(os.path.dirname(__file__), 'version.py')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue