We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed2214 commit cda1ca4Copy full SHA for cda1ca4
setup.py
@@ -20,6 +20,8 @@
20
version += '+' + sha[:7]
21
except subprocess.CalledProcessError:
22
pass
23
+ except IOError: # FileNotFoundError for python 3
24
+ pass
25
26
27
class build_py(setuptools.command.build_py.build_py):
0 commit comments