diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2018-12-26 14:40:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-26 14:40:26 +0100 |
| commit | 7ca6ac6739d395e05e510ca5c518d31a29f289ff (patch) | |
| tree | 75cf12652520af4567c114542b2577548da5d8b6 | |
| parent | 439eacecd16587bf0df8fd097b8c13677326b9f3 (diff) | |
| parent | 8541e4ed92cb96bf3e0c2161b961f773019e3125 (diff) | |
| download | miasm-7ca6ac6739d395e05e510ca5c518d31a29f289ff.tar.gz miasm-7ca6ac6739d395e05e510ca5c518d31a29f289ff.zip | |
Merge pull request #909 from vbrandl/fix/setup_py_version
Make python version explicit
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index f85dd350..7b0fb86d 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 from distutils.core import setup, Extension from distutils.util import get_platform |