setup.py: use consistent interpreter

This commit is contained in:
Sebastien Bourdeauducq 2015-12-20 23:20:38 +08:00
parent 2ae63570dd
commit a26ffc5bfb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.5
from setuptools import setup, find_packages
import sys