2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

setup.py: use consistent interpreter

This commit is contained in:
Sebastien Bourdeauducq 2015-12-20 23:20:38 +08:00
parent 2ae63570dd
commit a26ffc5bfb

View File

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