minor setup bugfix
This commit is contained in:
parent
c7923d3f95
commit
1c219647cf
4
setup.py
4
setup.py
@ -105,9 +105,9 @@ class Install(install.install):
|
|||||||
|
|
||||||
|
|
||||||
# If the version in __init__ is different from the automatically-generated
|
# If the version in __init__ is different from the automatically-generated
|
||||||
# version string, then we will update __init__ in the build directory
|
# version string, then we will update __init__ in the install directory
|
||||||
if initVersion == version:
|
if initVersion == version:
|
||||||
return ret
|
return rval
|
||||||
|
|
||||||
try:
|
try:
|
||||||
initfile = os.path.join(path, '__init__.py')
|
initfile = os.path.join(path, '__init__.py')
|
||||||
|
Loading…
Reference in New Issue
Block a user