We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8dd9f commit edfa8f3Copy full SHA for edfa8f3
setup.py
@@ -4,6 +4,8 @@
4
import subprocess
5
6
if sys.argv[1:2] == ['install']:
7
+ subprocess.call(['git', 'fetch', '--unshallow'],
8
+ cwd=os.path.abspath(os.path.dirname(__file__)))
9
subprocess.check_call([sys.executable, 'build.py'],
10
cwd=os.path.abspath(os.path.dirname(__file__)))
11
else:
0 commit comments