fixed typo in setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -217,7 +217,7 @@ def generate_version_py():
|
|||||||
f.write(outstr)
|
f.write(outstr)
|
||||||
f.close()
|
f.close()
|
||||||
except:
|
except:
|
||||||
print "WARNING: failed to build overview_version file"
|
print "WARNING: failed to build overviewer_version file"
|
||||||
|
|
||||||
class CustomSDist(sdist):
|
class CustomSDist(sdist):
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user