diff options
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index c26717988..75c862a0b 100644 --- a/pavement.py +++ b/pavement.py @@ -116,7 +116,7 @@ def sdist(options): # do not play well together. # Cython is run over all Cython files in setup.py, so generated C files # will be included. - sh('python setup.py sdist --formats=gztar,zip') + sh('python3 setup.py sdist --formats=gztar,zip') # Copy the superpack into installers dir idirs = options.installers.installersdir |