From a26ffc5bfbd62e1a10fc2d00413c96266894058b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 20 Dec 2015 23:20:38 +0800 Subject: [PATCH] setup.py: use consistent interpreter --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36103c13f..ab64daa6f 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.5 from setuptools import setup, find_packages import sys